Color Picker & Converter

Pick any color — get HEX, RGB, HSL instantly. Convert between formats.

Click to pick a color
HEX
#6C63FF
RGB
rgb(108, 99, 255)
HSL
hsl(243, 100%, 69%)
Enter a color manually (HEX, rgb(), or hsl())

Color Format Guide

HEX (#RRGGBB)

The most common format for web. 6 hex digits representing red, green, blue channels. Shorthand: #RGB (e.g., #fff = #ffffff).

RGB (r, g, b)

Red, Green, Blue values from 0–255. Used in CSS, Canvas, and image processing. rgba() adds opacity (0–1).

HSL (h, s%, l%)

Hue (0–360°), Saturation (0–100%), Lightness (0–100%). More intuitive for adjusting brightness and creating color schemes.

Related Tools