Color Picker
Pick any color and get HEX, RGB, and HSL values instantly. Click the spectrum, adjust hue, copy the code.
How to Use the Color Picker
Pick
Click anywhere on the color spectrum to select a color. Use the hue slider below to change the base hue.
Read
The HEX, RGB, HSL, and CSS values update instantly. You can also type a HEX code directly into the input field.
Copy
Click the copy button next to any value to copy it to your clipboard. Recent colors are saved in the history strip.
Color Format Reference
| Format | Example | Used In | Advantage |
|---|---|---|---|
| HEX | #FF5733 | CSS, HTML, design tools | Compact, widely recognized |
| RGB | rgb(255, 87, 51) | CSS, JavaScript, Photoshop | Matches how screens display color |
| HSL | hsl(11, 100%, 60%) | CSS, modern design systems | Intuitive to adjust (hue, saturation, lightness) |
Common Use Cases
Web development
Pick colors for CSS stylesheets, React components, and design tokens. Copy HEX or HSL values directly into your code.
Graphic design
Find exact color values for Figma, Photoshop, Illustrator, or Canva. Match brand colors by entering a known HEX code.
Presentations
Choose complementary colors for PowerPoint or Google Slides. Use the spectrum to find colors that work well together.
Social media
Match brand colors for social media graphics, banners, and profile elements. Copy CSS values for web-based design tools.