HTML Color Picker

Pick a color to get HEX, RGB, and HSL values. Click any value to copy.

Contrast Check

Related Shades

API Usage

Convert colors programmatically:

curl "https://ai.doxx.lat/api/color?hex=7b2ff7"
curl "https://ai.doxx.lat/api/color?rgb=123,47,247"

No API key. CORS enabled. Unlimited requests.

About Color Formats

HEX colors (#RRGGBB) are the most common format in CSS and HTML. RGB (Red, Green, Blue) uses values 0-255 for each channel. HSL (Hue, Saturation, Lightness) is more intuitive for designers — hue is the color angle (0-360), saturation is color intensity (0-100%), and lightness controls brightness (0-100%). WCAG contrast ratios help ensure text readability for accessible web design.