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#EAF1F5
200#CFDDE5
300#B3C7D2
400#95AFBD
500#85A3B2
600#5F7884
700#40545E
800#23333B
900#09171C
950#00030B

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #eaf1f5;
  --brand-200: #cfdde5;
  --brand-300: #b3c7d2;
  --brand-400: #95afbd;
  --brand-500: #85a3b2;
  --brand-600: #5f7884;
  --brand-700: #40545e;
  --brand-800: #23333b;
  --brand-900: #09171c;
  --brand-950: #00030b;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#eaf1f5',
  200: '#cfdde5',
  300: '#b3c7d2',
  400: '#95afbd',
  500: '#85a3b2',
  600: '#5f7884',
  700: '#40545e',
  800: '#23333b',
  900: '#09171c',
  950: '#00030b',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva