Color Palette

Design system color palettes & harmonies

Live
Name
:root {
  --color-primary-50: #dff7ff;
  --color-primary-100: #cbeaff;
  --color-primary-200: #b0d6ff;
  --color-primary-300: #8cbbff;
  --color-primary-400: #5a96f9;
  --color-primary-500: #246bdd;
  --color-primary-600: #0d53bc;
  --color-primary-700: #003d98;
  --color-primary-800: #002a71;
  --color-primary-900: #00174c;
  --color-primary-950: #00072a;
}
Shade Scale
Deep dive

How color palettes are generated

A color palette is a curated set of colors that work together harmoniously. This tool generates a complete design system palette from a single seed color, using the OKLCH color space for perceptually uniform results.

OKLCH (OK Lightness Chroma Hue) is a modern color space where equal steps in lightness look equally bright to humans. This makes it ideal for generating shade scales — from light tints to dark shades — that feel natural and consistent.

The palette includes harmonies (complementary, analogous, triadic, etc.) based on color theory, plus a ready-to-use Tailwind CSS config block. Everything runs entirely in your browser — no data is sent to any server.

Reference

Color spaces

HEX

Standard web color notation — #3b82f6. Compact and widely supported.

CSS & HTML
Design handoffs
Quick editing
RGB

Red, Green, Blue channels — rgb(59, 130, 264). The additive model screens use.

Programmatic manipulation
Color blending
API responses
HSL

Hue, Saturation, Lightness — hsl(217, 92%, 60%). Intuitive for human editing.

Manual tweaking
Theme creation
Accessibility adjustments
OKLCH

Perceptually uniform — oklch(0.628 0.258 255). Equal steps look equal.

Shade generation
Design systems
Automated palettes
In practice

Where developers use it

01

Design systems

Generate a complete color token set from your brand color — primary, neutral, and accent scales.

02

Tailwind projects

Copy a ready-to-paste config block directly into your tailwind.config.js.

03

Accessibility testing

Explore shade variations to find combinations that meet WCAG contrast ratios.

Questions

Frequently asked questions

OKLCH (OK Lightness Chroma Hue) — a perceptually uniform color space where equal lightness steps look equally bright to humans.

Yes. The Tailwind tab generates a ready-to-paste config block for your tailwind.config.js.

Yes. All color processing happens in your browser — no data is sent to any server.

HEX (#3b82f6), RGB (rgb(59, 130, 246)), HSL (hsl(217, 92%, 60%)), and OKLCH (oklch(0.628 0.258 255)).

Related

Pairs well with

© 2026. Syntaxly | Built for the minimalist developer.