Relative Color Syntax Visualizer - Online Adjust Lightness/Chroma
Start from a base color and use `oklch(from color l c h)` to create lighter or darker variants. Copy the code.
UD5 Toolkit
oklch(60% 0.2 250Β°)
#4A90D9
rgb(74, 144, 217)
hsl(210, 55%, 57%)
β
@supports (color: oklch(0 0 0)) in your CSS.oklch() function: color: oklch(0.6 0.2 250); or with percentages: color: oklch(60% 0.2 250deg);. You can also use it in gradients, backgrounds, borders, and anywhere CSS accepts a color value. The L value can be 0β1 (or 0%β100%), C is typically 0β0.4, and H is 0β360 (degrees).Start from a base color and use `oklch(from color l c h)` to create lighter or darker variants. Copy the code.
Toggle between light and dark mode for a demo page. See how to use the media query. Copy the pattern.
Convert hex or RGB to CIELAB L*a*b* values. Understand perceptual lightness and color opponents. Local math.
Drag a virtual ruler across your screen to measure pixel distances. Horizontal and vertical guides. Useful for UI designers checking alignment.
Enter two hex colors and compute the CIE76, CIE94, and CIEDE2000 color difference. Understand how humans perceive color similarity.
Upload any picture and instantly get a 5βcolor palette. Useful for UI design themes. Canvasβbased extraction.
Upload a gradient or enter a palette and simulate how it appears with different types of color vision deficiency. Ensure inclusive data visualization.
Experiment with the CSS color-mix() function. Pick two colors and mix them in different color spaces (srgb, oklch). Copy the CSS.
Enter a website URL and apply a protanopia/deuteranopia/tritanopia filter. Test full page accessibility.
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.
Convert RGB and hex colors to CIELAB L*a*b* values. Understand perceptual lightness and chromaticity. All local math.
Toggle imageβrendering: auto, pixelated, crispβedges on a scaled image. Essential for pixel art display.
Wrap text around an irregular shape and adjust the margin and alpha threshold. Magazines layout on the web.
Create a responsive box that maintains a specific aspect ratio using the aspectβratio property. Copy the simple CSS.
Paste media queries and see a visual indicator of which rules apply at current viewport size.
Increase or decrease the color saturation of your photo with a slider. Preview instantly. Download the edited image. Canvasβbased.
Extract a color palette from an image using CIELAB kβmeans quantization. Results are perceptually more accurate than RGB methods.
Upload an image and instantly see its most dominant color as a hex swatch. Uses color quantization. Local.
Given an RGB value, pick the matching color square. Multiple difficulty levels. Improve your color perception. Fun for designers.
An onβscreen ruler that measures in pixels, centimeters, and inches. Drag to resize. Handy for UI designers and developers.
Preview how your page title will appear in Google SERPs. See pixel width and character count. Avoid truncation. Free local tool for SEOs.
Interactively apply CSS filter functions (blur, brightness, contrast, etc.) to an image and copy the resulting filter property. No coding required.
Enter the URL of any online image and extract its dominant colors or pick colors with a magnifier. No upload, crossβorigin friendly.
An interactive color wheel that teaches primary, secondary, tertiary colors, and harmonies. Pick and mix like a pro.
Combine aspectβratio with minβ/maxβwidth/height and see how the box responds. Understand sizing constraints. Copy the pattern.
See how your page title and description will look in Google SERP. Check pixel width and character count. Local tool.
Add customizable padding to any image. Make it square or fit a specific aspect ratio by adding whitespace. Download padded PNG.
Select two paint colors and see approximate mixed result. Visual blending for artists.
Enter hex codes and download a PNG swatch image with color names. Useful for design spec documents. Built via canvas.
Enter an image URL and extract its dominant color palette. No download needed. Fast visual analysis.