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#FFF9D2
200#FBF0A5
300#F1E676
400#E4DC41
500#DDD618
600#A09C00
700#6D6C00
800#414100
900#241A00
950#120200

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #fff9d2;
  --brand-200: #fbf0a5;
  --brand-300: #f1e676;
  --brand-400: #e4dc41;
  --brand-500: #ddd618;
  --brand-600: #a09c00;
  --brand-700: #6d6c00;
  --brand-800: #414100;
  --brand-900: #241a00;
  --brand-950: #120200;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#fff9d2',
  200: '#fbf0a5',
  300: '#f1e676',
  400: '#e4dc41',
  500: '#ddd618',
  600: '#a09c00',
  700: '#6d6c00',
  800: '#414100',
  900: '#241a00',
  950: '#120200',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva