🎨 Color Picker & Converter
🕓 Recent Colors
📋 Color Values (click to copy)
🌈 Tints & Shades
Click any swatch to select that color☀️ Tints (Mixed with White)
🌑 Shades (Mixed with Black)
🎨 Tones (Mixed with Gray)
🎵 Color Harmonies
Color harmonies are combinations of colors that work well together based on their positions on the color wheel. Click any color to select it.
♿ WCAG Contrast Checker
Check if your foreground and background color combination meets WCAG 2.1 accessibility guidelines for readable text.
🖌️ Named CSS Colors
Click any named color to load it into the picker:
📖 How to Use the Color Picker
Pick a Color
Click the large color preview box to open the browser's native color picker, type a HEX code directly, or drag the RGB sliders to dial in your exact color.
Copy Any Format
Click any color value row to instantly copy it — HEX, RGB, HSL, HSV, CMYK, or a ready-to-paste CSS variable. Use Copy All Values to copy everything at once.
Explore Tints, Shades & Harmonies
Scroll down to see automatically generated tints (lighter), shades (darker), tones, and color harmonies. Click any swatch to use it as your new color.
Check Accessibility Contrast
Use the WCAG Contrast Checker to test if your text color is readable on your chosen background. Ensure you meet the AA or AAA standard for accessibility.
❓ Frequently Asked Questions
# symbol that represents a color in the RGB model. Each pair of characters (00–FF in hexadecimal) represents the red, green, and blue values. For example, #FF0000 is pure red, #00FF00 is pure green, and #0000FF is pure blue.
HSL (Hue, Saturation, Lightness) uses a more intuitive model. Hue is the color angle on the color wheel (0–360°), saturation is color intensity (0–100%), and lightness is how light or dark (0–100%). HSL is often preferred by designers because it is easier to reason about.