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#E1D7D1
200#B5A497
300#836D5C
400#4E3622
500#341C02
600#2B1600
700#241100
800#1E0900
900#170000
950#110000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e1d7d1;
  --brand-200: #b5a497;
  --brand-300: #836d5c;
  --brand-400: #4e3622;
  --brand-500: #341c02;
  --brand-600: #2b1600;
  --brand-700: #241100;
  --brand-800: #1e0900;
  --brand-900: #170000;
  --brand-950: #110000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e1d7d1',
  200: '#b5a497',
  300: '#836d5c',
  400: '#4e3622',
  500: '#341c02',
  600: '#2b1600',
  700: '#241100',
  800: '#1e0900',
  900: '#170000',
  950: '#110000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva