Shade Generator

A perceptual 50–950 scale from any color. Interpolated in CIE-LAB so each step looks evenly spaced to the eye; step 500 is always your base color.

50#FFFFFF
100#F2EFD0
200#DCD99E
300#C1C16A
400#A3A631
500#929901
600#6A7100
700#494F00
800#2E3100
900#1B1600
950#0A0300

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f2efd0;
  --brand-200: #dcd99e;
  --brand-300: #c1c16a;
  --brand-400: #a3a631;
  --brand-500: #929901;
  --brand-600: #6a7100;
  --brand-700: #494f00;
  --brand-800: #2e3100;
  --brand-900: #1b1600;
  --brand-950: #0a0300;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f2efd0',
  200: '#dcd99e',
  300: '#c1c16a',
  400: '#a3a631',
  500: '#929901',
  600: '#6a7100',
  700: '#494f00',
  800: '#2e3100',
  900: '#1b1600',
  950: '#0a0300',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva