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#DEFBFF
200#B9F4FF
300#8EEAFF
400#51DFFF
500#04D9FF
600#009FBF
700#006F88
800#004458
900#001F2C
950#000B17

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #defbff;
  --brand-200: #b9f4ff;
  --brand-300: #8eeaff;
  --brand-400: #51dfff;
  --brand-500: #04d9ff;
  --brand-600: #009fbf;
  --brand-700: #006f88;
  --brand-800: #004458;
  --brand-900: #001f2c;
  --brand-950: #000b17;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#defbff',
  200: '#b9f4ff',
  300: '#8eeaff',
  400: '#51dfff',
  500: '#04d9ff',
  600: '#009fbf',
  700: '#006f88',
  800: '#004458',
  900: '#001f2c',
  950: '#000b17',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva