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#EAF9FF
200#D1EEFE
300#B6E3FA
400#99D6F4
500#89CFF0
600#5D98B2
700#38697F
800#154050
900#001B27
950#000513

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #eaf9ff;
  --brand-200: #d1eefe;
  --brand-300: #b6e3fa;
  --brand-400: #99d6f4;
  --brand-500: #89cff0;
  --brand-600: #5d98b2;
  --brand-700: #38697f;
  --brand-800: #154050;
  --brand-900: #001b27;
  --brand-950: #000513;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#eaf9ff',
  200: '#d1eefe',
  300: '#b6e3fa',
  400: '#99d6f4',
  500: '#89cff0',
  600: '#5d98b2',
  700: '#38697f',
  800: '#154050',
  900: '#001b27',
  950: '#000513',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva