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#FFE9E7
200#FFCECB
300#FFB0AE
400#F7918F
500#F08080
600#B65B5B
700#843B3C
800#581F21
900#310502
950#220000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffe9e7;
  --brand-200: #ffcecb;
  --brand-300: #ffb0ae;
  --brand-400: #f7918f;
  --brand-500: #f08080;
  --brand-600: #b65b5b;
  --brand-700: #843b3c;
  --brand-800: #581f21;
  --brand-900: #310502;
  --brand-950: #220000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffe9e7',
  200: '#ffcecb',
  300: '#ffb0ae',
  400: '#f7918f',
  500: '#f08080',
  600: '#b65b5b',
  700: '#843b3c',
  800: '#581f21',
  900: '#310502',
  950: '#220000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva