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#DFFAF8
200#BCF1EE
300#95E6E1
400#66D8D3
500#48D1CC
600#209A96
700#006B69
800#004240
900#001F1C
950#000C07

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #dffaf8;
  --brand-200: #bcf1ee;
  --brand-300: #95e6e1;
  --brand-400: #66d8d3;
  --brand-500: #48d1cc;
  --brand-600: #209a96;
  --brand-700: #006b69;
  --brand-800: #004240;
  --brand-900: #001f1c;
  --brand-950: #000c07;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#dffaf8',
  200: '#bcf1ee',
  300: '#95e6e1',
  400: '#66d8d3',
  500: '#48d1cc',
  600: '#209a96',
  700: '#006b69',
  800: '#004240',
  900: '#001f1c',
  950: '#000c07',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva