Pick colors and convert between HEX, RGB, and HSL formats.
#EF4444rgb(239, 68, 68)hsl(0, 84%, 60%)rgba(239, 68, 68, 1)Use the visual color wheel or sliders to navigate to any hue, saturation, and brightness. Or paste an existing HEX, RGB, or HSL value to convert it instantly.
The picker shows your color in HEX, RGB, and HSL simultaneously. Use HEX for CSS, RGB for opacity control, and HSL when you want to adjust lightness and saturation intuitively.
Click any value to copy it to your clipboard. Paste directly into your CSS, Tailwind config, Figma color field, or any design tool.
| Format | Example | Supports Opacity | Best For |
|---|---|---|---|
| HEX | #FF5733 | No (use #RRGGBBAA) | CSS color values, design tokens, Tailwind classes |
| RGB | rgb(255, 87, 51) | rgba() variant | CSS when opacity control is needed |
| HSL | hsl(11, 100%, 60%) | hsla() variant | Adjusting lightness/saturation programmatically |
| CMYK | cmyk(0, 66, 80, 0) | No | Print design, Photoshop, InDesign |
HSL (Hue, Saturation, Lightness) is often the most intuitive color model for designers because it maps directly to how humans think about color:
Common questions about Color Picker