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#E9F8FF
200#D0EEFC
300#B5E2F6
400#97D5EF
500#87CEEB
600#5C97AE
700#37697C
800#153F4E
900#001B26
950#000512

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e9f8ff;
  --brand-200: #d0eefc;
  --brand-300: #b5e2f6;
  --brand-400: #97d5ef;
  --brand-500: #87ceeb;
  --brand-600: #5c97ae;
  --brand-700: #37697c;
  --brand-800: #153f4e;
  --brand-900: #001b26;
  --brand-950: #000512;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e9f8ff',
  200: '#d0eefc',
  300: '#b5e2f6',
  400: '#97d5ef',
  500: '#87ceeb',
  600: '#5c97ae',
  700: '#37697c',
  800: '#153f4e',
  900: '#001b26',
  950: '#000512',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva