Color to CIELAB Converter - Online Perceptual Space
Convert hex or RGB to CIELAB L*a*b* values. Understand perceptual lightness and color opponents. Local math.
UD5 Toolkit
hsl(240, 100%, 50%) (blue) appears much darker than hsl(60, 100%, 50%) (yellow) despite having the same "50%" lightness. OKLCH solves this with perceptual uniformity β colors with the same L value appear equally light, making it far superior for creating harmonious palettes and accessible color contrasts.oklch(L C H) or color(oklch L C H). For older browsers, provide a fallback using @supports or a HEX/RGB value before the OKLCH declaration.oklch() functional notation: background: oklch(0.6 0.18 255); β where 0.6 is lightness, 0.18 is chroma, and 255 is the hue angle in degrees. You can also use percentages for lightness: oklch(60% 0.18 255). For alpha transparency, append a slash: oklch(0.6 0.18 255 / 0.8). The color() function alternative is: color(oklch 0.6 0.18 255).Convert hex or RGB to CIELAB L*a*b* values. Understand perceptual lightness and color opponents. Local math.
Pick colors from a palette or use the eye dropper to sample colors from your screen. Converts between HEX, RGB, HSL. An essential tool for designers.
Convert RGB and hex colors to CIELAB L*a*b* values. Understand perceptual lightness and chromaticity. All local math.
Browse the OKLCH color space with sliders for lightness, chroma, and hue. See the CSS oklch() code. Modern and accessible.
Convert RGBA colors to CIELAB and other advanced color spaces. For fineβtuning design tokens. Clientβside math.
Interactively create colors in HWB space and get the CSS hwb() function. Simplifies tint/shade workflows. Live preview.
Convert illuminance units: lux, foot-candle, phot. Useful for lighting design and photography. Quick and free.
A dedicated color picker with common retro gaming palettes (NES, Gameboy). Pick and copy hex codes. For pixel art creators.
Convert HSL and HSLA color specifications back to standard HEX codes. Useful when extracting colors from CSS preprocessors. Instant client-side conversion.
Point your camera at an object and see the dominant color in real time. Click to copy the hex. Fun tool for designers.
Upload an image and extract its dominant colors or full color palette. Download as a CSS snippet or color swatch. Entirely client-side, your images stay private.
Enter foreground and background colors to instantly see the contrast ratio and pass/fail for AA and AAA. Simple and fast.
Enter two hex colors and compute the CIE76, CIE94, and CIEDE2000 color difference. Understand how humans perceive color similarity.
Quickly adjust the brightness and contrast of an image with live preview sliders. Download the tuned photo. Canvas.
Enter the URL of any online image and extract its dominant colors or pick colors with a magnifier. No upload, crossβorigin friendly.
Increase or decrease the color saturation of your photo with a slider. Preview instantly. Download the edited image. Canvasβbased.
Given an RGB value, pick the matching color square. Multiple difficulty levels. Improve your color perception. Fun for designers.
An interactive color wheel that teaches primary, secondary, tertiary colors, and harmonies. Pick and mix like a pro.
Select two or more clay colors and visually approximate the mixed result. Helps plan canes and blends.
Crop images into rectangular or circular shapes with interactive handles. Output as PNG or JPEG. A simple, browser-based tool with no uploads required.
Enter hex codes and download a PNG swatch image with color names. Useful for design spec documents. Built via canvas.
Extract a color palette from an image using CIELAB kβmeans quantization. Results are perceptually more accurate than RGB methods.
Reduce the number of colors in an image to a retro 8βbit look. Uses median cut quantization in the browser. Preview and download the stylized result.
Convert images between popular formats like PNG, JPEG, WEBP, and BMP. No quality loss on conversion when using lossless formats. Private and fast.
Automatically adjust brightness, contrast, and saturation of a photo. Click to enhance and download. Canvasβbased.
Upload an image and instantly see its most dominant color as a hex swatch. Uses color quantization. Local.
Enter foreground and background colors and see a matrix of how each pair works for normal, protanopia, deuteranopia, and tritanopia.
Pixelate or censor parts of an image by dragging. Adjust block size for mosaic effect. Useful for hiding faces or sensitive data. Client-side processing.
Detect your current screen resolution, viewport dimensions, and device pixel ratio. Useful for responsive design testing. No data collection.
Upload an image and see its RGB and luminance histograms. Understand exposure and color distribution. Photographer tool.