util.ar/Design/hex
Design

Color Picker.

Convert between HEX, RGB, HSL, OKLCH. Validate WCAG contrast. Build accessible palettes.

Coming soon← Back to catalog
What it does

A color picker that understands modern formats: alongside classic HEX and RGB, it shows OKLCH (perceptually uniform color space, ideal for natural-looking gradients). Validate contrast against white/black per WCAG AA/AAA and generate palettes that hold up at any brightness.

Features
  • Convert between HEX, RGB, HSL, OKLCH
  • WCAG AA/AAA contrast against any background
  • Tonal palette generator (light/dark variants)
  • Color blindness simulator (deutan, protan, tritan)
  • Mix two colors in OKLCH (perceptual interpolation)
  • Quick copy in any format
Use cases
  1. 01Validate button contrast on a landing
  2. 02Build accessible brand palettes
  3. 03Convert Figma colors to CSS variables
  4. 04Preview a color for color-blind users
  5. 05Generate hover/active variants from a base color
Coming soon

hex.util.ar

We're finishing this one. Landing will live at hex.util.ar.

Coming soon
FAQ
What is OKLCH and why is it better than HSL?

OKLCH is a perceptually uniform color space: two colors with the same L look equally bright to the eye — not true in HSL. Much better for gradients and harmonious palettes.

What do WCAG AA and AAA mean?

Contrast accessibility levels. AA requires ratio ≥ 4.5:1 for normal text and 3:1 for large. AAA requires 7:1 and 4.5:1. AA is the legal minimum in many countries.

Wide gamut (P3) support?

Yes. OKLCH can express colors beyond sRGB. If your monitor supports it and your CSS uses OKLCH directly, they look more saturated.

How does the color blindness simulation work?

We apply validated transformation matrices (Brettel-Viénot-Mollon) for the 3 common types. It's a useful approximation, not a medical diagnosis.