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#DEECF3
200#B6D1DF
300#8AB3C6
400#5A92AB
500#3F829D
600#286177
700#134557
800#012C3A
900#001520
950#000512

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #deecf3;
  --brand-200: #b6d1df;
  --brand-300: #8ab3c6;
  --brand-400: #5a92ab;
  --brand-500: #3f829d;
  --brand-600: #286177;
  --brand-700: #134557;
  --brand-800: #012c3a;
  --brand-900: #001520;
  --brand-950: #000512;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#deecf3',
  200: '#b6d1df',
  300: '#8ab3c6',
  400: '#5a92ab',
  500: '#3f829d',
  600: '#286177',
  700: '#134557',
  800: '#012c3a',
  900: '#001520',
  950: '#000512',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva