⭐ Starlight Tools / HTML Colour Picker

Pick a Colour

Select a colour below or enter a Hex, RGB or HSL code to convert between formats.

Colour Palette

---

Understanding Colour Formats and Their Applications

Different colour formats serve various purposes in digital design and development. This tool provides Hex, RGB, and HSL values for your chosen colour. Here's a quick look at where each format is commonly applied:

Hexadecimal (Hex) Colour Codes

Hex codes are perhaps the most widely recognized and used colour format in web development. They are concise and directly map to RGB values.

RGB (Red, Green, Blue) Colour Codes

RGB defines colours by combining varying intensities of red, green, and blue light. It's an additive colour model, meaning when all three are at full intensity, they create white.

HSL (Hue, Saturation, Lightness) Colour Codes

HSL describes colours in a way that is often more intuitive for humans, aligning with how we perceive colour. It separates the colour (hue) from its intensity (saturation) and brightness (lightness).