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#FFF2F8
200#FFE3ED
300#FFD2E1
400#FFC0D5
500#FFB7CE
600#BE8396
700#875867
800#56323E
900#2A1019
950#180002

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #fff2f8;
  --brand-200: #ffe3ed;
  --brand-300: #ffd2e1;
  --brand-400: #ffc0d5;
  --brand-500: #ffb7ce;
  --brand-600: #be8396;
  --brand-700: #875867;
  --brand-800: #56323e;
  --brand-900: #2a1019;
  --brand-950: #180002;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#fff2f8',
  200: '#ffe3ed',
  300: '#ffd2e1',
  400: '#ffc0d5',
  500: '#ffb7ce',
  600: '#be8396',
  700: '#875867',
  800: '#56323e',
  900: '#2a1019',
  950: '#180002',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva