Color Picker

HEX
#00E5CC
Copy
RGB
rgb(0, 229, 204)
Copy
HSL
hsl(174, 100%, 45%)
Copy
RGBA
rgba(0, 229, 204, 1)
Copy
HSLA
hsla(174, 100%, 45%, 1)
Copy
CSS Variable
--color: #00E5CC;
Copy
Shades & Tints
Color Palette
Quick Tips
  • HEX colors are 6-digit codes used in web design (e.g. #FF5733).
  • RGB stands for Red, Green, Blue — each channel ranges from 0 to 255.
  • HSL (Hue, Saturation, Lightness) is often easier for humans to reason about.
  • Click any color swatch in the palette to instantly load it into the picker.
  • Copy any format value with a single click for use in your CSS or design tool.

About Color Picker

The Color Picker is a web-based design tool that lets you visually select any color from a spectrum and instantly receive its HEX, RGB, and HSL color codes. Whether you're a web designer building a color palette, a developer choosing UI colors, or a marketer trying to match brand colors, this tool makes color selection fast and precise. Copy any color code with a single click and use it directly in your CSS, design tools, or creative projects.

How to Use

 

Frequently Asked Questions

A HEX color code is a 6-digit code (e.g., #FF5733) used in web design and CSS to represent colors. The code combines red, green, and blue values in hexadecimal format.

RGB (Red, Green, Blue) defines colors by mixing light values from 0 to 255 for each channel. HSL (Hue, Saturation, Lightness) defines colors by their hue angle, saturation percentage, and lightness percentage — often more intuitive for designers.

The tool works with color codes. For named CSS colors, find their HEX equivalent (e.g., "navy" = #000080) and enter it in the HEX field.

Yes. Pick a color and compare it to Tailwind's color palette. The HEX code can also be used in custom Tailwind config.

Yes, completely free with no sign-up.