Design

Design and frontend utilities for color formats, CSS gradients, accessibility contrast, and OKLCH palette generation across design systems, theme work, and UI debugging.

10 tools

Design

About this category

Modern UI work lives between design tokens and live CSS. A spec gets handed off in HEX, a designer wants to see HSL, the codebase uses OKLCH, and the accessibility audit asks for a contrast ratio — all on the same color.

These tools translate, generate, and audit those colors in one place. Convert between formats, build a CSS gradient with stops, check contrast against WCAG thresholds, or generate a perceptually-even palette from a single brand hue.

What you can do here

  1. Color format conversion

    Translate between HEX, RGB(A), HSL(A), HSV, OKLCH, and named colors, with safe fallbacks for older browsers.

  2. CSS gradient builder

    Compose linear, radial, and conic gradients with multiple stops, copy the production-ready CSS, and preview live.

  3. WCAG contrast checker

    Test foreground / background pairs against AA, AA Large, and AAA thresholds before shipping new components or themes.

  4. OKLCH palette generation

    Derive perceptually-even palettes around a brand color for backgrounds, surfaces, states, and charts.