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#FFDFD0
200#EEB69A
300#D48A64
400#B35D2D
500#A0450E
600#7C3103
700#5D2000
800#421100
900#2E0000
950#240000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffdfd0;
  --brand-200: #eeb69a;
  --brand-300: #d48a64;
  --brand-400: #b35d2d;
  --brand-500: #a0450e;
  --brand-600: #7c3103;
  --brand-700: #5d2000;
  --brand-800: #421100;
  --brand-900: #2e0000;
  --brand-950: #240000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffdfd0',
  200: '#eeb69a',
  300: '#d48a64',
  400: '#b35d2d',
  500: '#a0450e',
  600: '#7c3103',
  700: '#5d2000',
  800: '#421100',
  900: '#2e0000',
  950: '#240000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva