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#F3E1D1
200#DABB9C
300#B99166
400#946630
500#7F5112
600#613C07
700#492A00
800#331A00
900#240700
950#1A0000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f3e1d1;
  --brand-200: #dabb9c;
  --brand-300: #b99166;
  --brand-400: #946630;
  --brand-500: #7f5112;
  --brand-600: #613c07;
  --brand-700: #492a00;
  --brand-800: #331a00;
  --brand-900: #240700;
  --brand-950: #1a0000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f3e1d1',
  200: '#dabb9c',
  300: '#b99166',
  400: '#946630',
  500: '#7f5112',
  600: '#613c07',
  700: '#492a00',
  800: '#331a00',
  900: '#240700',
  950: '#1a0000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva