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#E6FFF7
200#CCFFED
300#B0FFE3
400#91FFD9
500#7FFFD4
600#4FBB98
700#258166
800#004E3A
900#002213
950#000D00

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e6fff7;
  --brand-200: #ccffed;
  --brand-300: #b0ffe3;
  --brand-400: #91ffd9;
  --brand-500: #7fffd4;
  --brand-600: #4fbb98;
  --brand-700: #258166;
  --brand-800: #004e3a;
  --brand-900: #002213;
  --brand-950: #000d00;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e6fff7',
  200: '#ccffed',
  300: '#b0ffe3',
  400: '#91ffd9',
  500: '#7fffd4',
  600: '#4fbb98',
  700: '#258166',
  800: '#004e3a',
  900: '#002213',
  950: '#000d00',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva