Color Picker
Pick colors and get them in multiple formats: HEX, RGB, HSL, HSV, CIE Lab, CIE LCH, OKLCH, and CSS color()
Basic Formats
Used in CSS, HTML, and most design tools. Compact and widely supported.
Device-dependent format. Good for screen displays and digital media.
Intuitive for designers. Easy to create color variations and themes.
Common in image editing software. Similar to HSL but different lightness model.
Professional Formats
Device-independent. Excellent for color matching, print workflows, and scientific applications.
Easier to understand than Lab. Great for creating harmonious color palettes and gradients.
Better than CIE LCH for digital displays. Excellent for consistent color manipulation and CSS.
Modern CSS
Supports wide color gamuts (P3, Rec2020). Use for modern browsers and HDR displays.
When to Use Each Format
Web Development
- • HEX/RGB: Standard web colors
- • HSL: Dynamic color schemes
- • OKLCH: Modern perceptual color manipulation
- • CSS color(): Wide gamut displays
Print & Production
- • CIE Lab: Color matching across devices
- • CIE LCH: Consistent color relationships
Design Tools
- • HSL/HSV: Color wheel interfaces
- • RGB: Digital artwork
Scientific/Technical
- • CIE Lab: Color difference calculations
- • CIE LCH: Perceptual color analysis
Browser Support
Widely Supported
- • HEX, RGB, HSL - All browsers
- • HSV - Design tools only
Modern Browsers
- • CSS color() - Chrome 111+, Firefox 113+
- • OKLCH - Chrome 111+, Firefox 113+, Safari 15.4+
- • CIE Lab/LCH - Limited CSS support
Quick Tips
- • Use the color picker for precise selection
- • Click palette colors for quick choices
- • Copy any format with one click
- • Lab/LCH values may look different on screen
- • CSS color() requires modern browser support
- • HSL is great for programmatic color generation