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#DAEBF7
200#AECEE5
300#7CAECE
400#3F8CB5
500#007BA7
600#005C80
700#00425F
800#002A41
900#001526
950#000518

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #daebf7;
  --brand-200: #aecee5;
  --brand-300: #7caece;
  --brand-400: #3f8cb5;
  --brand-500: #007ba7;
  --brand-600: #005c80;
  --brand-700: #00425f;
  --brand-800: #002a41;
  --brand-900: #001526;
  --brand-950: #000518;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#daebf7',
  200: '#aecee5',
  300: '#7caece',
  400: '#3f8cb5',
  500: '#007ba7',
  600: '#005c80',
  700: '#00425f',
  800: '#002a41',
  900: '#001526',
  950: '#000518',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva