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#E5FEFF
200#C8FBFF
300#A9F6FF
400#83F0FE
500#6DEDFD
600#3FADBB
700#127883
800#004951
900#002026
950#000A10

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e5feff;
  --brand-200: #c8fbff;
  --brand-300: #a9f6ff;
  --brand-400: #83f0fe;
  --brand-500: #6dedfd;
  --brand-600: #3fadbb;
  --brand-700: #127883;
  --brand-800: #004951;
  --brand-900: #002026;
  --brand-950: #000a10;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e5feff',
  200: '#c8fbff',
  300: '#a9f6ff',
  400: '#83f0fe',
  500: '#6dedfd',
  600: '#3fadbb',
  700: '#127883',
  800: '#004951',
  900: '#002026',
  950: '#000a10',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva