Pick colors and get HEX, RGB, HSL values - perfect for designers and developers
Pick any colour and get its value in HEX, RGB and HSL formats instantly, ready to copy into your CSS, design file or brand guide.
Each format serves a purpose. HEX (#4F46E5) is the web standard, compact and used everywhere in CSS and design tools. RGB (79, 70, 229) maps to how screens actually emit light and is required when you need transparency via rgba(). HSL (243°, 75%, 59%) describes hue, saturation and lightness — by far the easiest format for creating variations, because you can darken a colour just by lowering the lightness value while keeping it recognisably the same hue.
Designers use this when matching brand colours, building CSS variables, creating hover and active states, checking text contrast for accessibility, or converting a colour from one tool's format to another. Aim for at least a 4.5:1 contrast ratio between text and background to meet accessibility standards.