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#EFFEFD
200#DEFAFA
300#CCF6F6
400#B9F1F1
500#AFEEEE
600#7AAEAE
700#4D7878
800#264848
900#031E1E
950#000606

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #effefd;
  --brand-200: #defafa;
  --brand-300: #ccf6f6;
  --brand-400: #b9f1f1;
  --brand-500: #afeeee;
  --brand-600: #7aaeae;
  --brand-700: #4d7878;
  --brand-800: #264848;
  --brand-900: #031e1e;
  --brand-950: #000606;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#effefd',
  200: '#defafa',
  300: '#ccf6f6',
  400: '#b9f1f1',
  500: '#afeeee',
  600: '#7aaeae',
  700: '#4d7878',
  800: '#264848',
  900: '#031e1e',
  950: '#000606',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva