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#F0FAFD
200#DEF2F8
300#CBE8F2
400#B7DEEA
500#ADD8E6
600#7A9EA9
700#506D76
800#2A4148
900#091B20
950#00040B

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f0fafd;
  --brand-200: #def2f8;
  --brand-300: #cbe8f2;
  --brand-400: #b7deea;
  --brand-500: #add8e6;
  --brand-600: #7a9ea9;
  --brand-700: #506d76;
  --brand-800: #2a4148;
  --brand-900: #091b20;
  --brand-950: #00040b;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f0fafd',
  200: '#def2f8',
  300: '#cbe8f2',
  400: '#b7deea',
  500: '#add8e6',
  600: '#7a9ea9',
  700: '#506d76',
  800: '#2a4148',
  900: '#091b20',
  950: '#00040b',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva