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#FFECDA
200#FFD5B3
300#FFBC8B
400#F7A262
500#F0944D
600#B46A30
700#824717
800#542800
900#300B00
950#220000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffecda;
  --brand-200: #ffd5b3;
  --brand-300: #ffbc8b;
  --brand-400: #f7a262;
  --brand-500: #f0944d;
  --brand-600: #b46a30;
  --brand-700: #824717;
  --brand-800: #542800;
  --brand-900: #300b00;
  --brand-950: #220000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffecda',
  200: '#ffd5b3',
  300: '#ffbc8b',
  400: '#f7a262',
  500: '#f0944d',
  600: '#b46a30',
  700: '#824717',
  800: '#542800',
  900: '#300b00',
  950: '#220000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva