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#DDFCFF
200#B7F4FB
300#8AEAF5
400#4EDEED
500#02D8E9
600#009FAD
700#006F7A
800#00444D
900#001F25
950#000C12

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ddfcff;
  --brand-200: #b7f4fb;
  --brand-300: #8aeaf5;
  --brand-400: #4edeed;
  --brand-500: #02d8e9;
  --brand-600: #009fad;
  --brand-700: #006f7a;
  --brand-800: #00444d;
  --brand-900: #001f25;
  --brand-950: #000c12;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ddfcff',
  200: '#b7f4fb',
  300: '#8aeaf5',
  400: '#4edeed',
  500: '#02d8e9',
  600: '#009fad',
  700: '#006f7a',
  800: '#00444d',
  900: '#001f25',
  950: '#000c12',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva