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#DCFAFA
200#B4F0F1
300#87E4E5
400#4AD6D8
500#00CED1
600#00989B
700#006A6D
800#004244
900#001F20
950#000D0C

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #dcfafa;
  --brand-200: #b4f0f1;
  --brand-300: #87e4e5;
  --brand-400: #4ad6d8;
  --brand-500: #00ced1;
  --brand-600: #00989b;
  --brand-700: #006a6d;
  --brand-800: #004244;
  --brand-900: #001f20;
  --brand-950: #000d0c;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#dcfafa',
  200: '#b4f0f1',
  300: '#87e4e5',
  400: '#4ad6d8',
  500: '#00ced1',
  600: '#00989b',
  700: '#006a6d',
  800: '#004244',
  900: '#001f20',
  950: '#000d0c',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva