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#EEFFFF
200#DCFFFF
300#CAFFFE
400#B6FFFD
500#ACFFFC
600#75BAB8
700#48807E
800#1E4D4B
900#00201F
950#000806

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #eeffff;
  --brand-200: #dcffff;
  --brand-300: #cafffe;
  --brand-400: #b6fffd;
  --brand-500: #acfffc;
  --brand-600: #75bab8;
  --brand-700: #48807e;
  --brand-800: #1e4d4b;
  --brand-900: #00201f;
  --brand-950: #000806;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#eeffff',
  200: '#dcffff',
  300: '#cafffe',
  400: '#b6fffd',
  500: '#acfffc',
  600: '#75bab8',
  700: '#48807e',
  800: '#1e4d4b',
  900: '#00201f',
  950: '#000806',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva