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#FFFCFE
200#FFF9FC
300#FFF6F9
400#FFF2F6
500#FFF0F5
600#BAADB2
700#807679
800#4C4547
900#1F1A1C
950#060001

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #fffcfe;
  --brand-200: #fff9fc;
  --brand-300: #fff6f9;
  --brand-400: #fff2f6;
  --brand-500: #fff0f5;
  --brand-600: #baadb2;
  --brand-700: #807679;
  --brand-800: #4c4547;
  --brand-900: #1f1a1c;
  --brand-950: #060001;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#fffcfe',
  200: '#fff9fc',
  300: '#fff6f9',
  400: '#fff2f6',
  500: '#fff0f5',
  600: '#baadb2',
  700: '#807679',
  800: '#4c4547',
  900: '#1f1a1c',
  950: '#060001',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva