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#FCF4D0
200#F1E4A1
300#E1D370
400#CDC138
500#C2B709
600#8E8600
700#625D00
800#3C3800
900#231700
950#130100

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #fcf4d0;
  --brand-200: #f1e4a1;
  --brand-300: #e1d370;
  --brand-400: #cdc138;
  --brand-500: #c2b709;
  --brand-600: #8e8600;
  --brand-700: #625d00;
  --brand-800: #3c3800;
  --brand-900: #231700;
  --brand-950: #130100;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#fcf4d0',
  200: '#f1e4a1',
  300: '#e1d370',
  400: '#cdc138',
  500: '#c2b709',
  600: '#8e8600',
  700: '#625d00',
  800: '#3c3800',
  900: '#231700',
  950: '#130100',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva