Colour Formats
- HEX - #rrggbb - used in HTML/CSS
- RGB - red, green, blue (0–255)
- HSL - hue (0–360°), saturation, lightness
- HSV/HSB - hue, saturation, brightness
Hex Color Picker is an essential visual tool for designers and developers to select and convert shades across multiple formats. This color palette tool provides immediate access to hex, RGB, HSL, and HSV codes, ensuring consistency across your digital projects. With a high-precision saturation/brightness grid and an intuitive hue selector, finding the exact CSS values you need is fast and efficient.
Web design relies on various color models to represent light and pigment. This color converter translates 24-bit hex strings into human-readable HSL and HSV coordinates. Hex codes like #FF8844 represent red, green, and blue intensities in hexadecimal form. Using our hsl color picker, you can adjust the hue rotation and lightness independently, which is often more intuitive for creating harmonious themes. Our design tool also supports the EyeDropper API for direct screen sampling on modern browsers.
#RGB shorthand doubles each digit - #f0c = #ff00cc. It is valid CSS and saves 3 characters when both digits of a pair are identical.
hsla(h, s%, l%, a) extends HSL with an alpha channel for transparency. Alpha ranges from 0 (fully transparent) to 1 (fully opaque). Equivalent: rgba(r, g, b, a) in RGB. Modern CSS also accepts hsl(h s% l% / a) syntax.
Hue is measured in degrees on the colour wheel: 0° = red, 60° = yellow, 120° = green, 180° = cyan, 240° = blue, 300° = magenta, 360° = red. The colour picker's hue ring shows this progression.
A browser API that lets you pick a colour from anywhere on the screen - not just the picker. Click the eyedropper icon if visible (Chrome 95+). It reads the sRGB colour of any pixel on screen including other browser tabs.
Explore our other design utilities like the Color Converter, CMYK Converter, and Colour Name Finder. Bookmark this page whenever you need a reliable Hex Color Picker for your CSS styling.