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#E2F6E2
200#C1E7C2
300#9ED6A0
400#78C27D
500#63B76C
600#42874A
700#255F2E
800#0A3B15
900#001D00
950#000C00

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e2f6e2;
  --brand-200: #c1e7c2;
  --brand-300: #9ed6a0;
  --brand-400: #78c27d;
  --brand-500: #63b76c;
  --brand-600: #42874a;
  --brand-700: #255f2e;
  --brand-800: #0a3b15;
  --brand-900: #001d00;
  --brand-950: #000c00;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e2f6e2',
  200: '#c1e7c2',
  300: '#9ed6a0',
  400: '#78c27d',
  500: '#63b76c',
  600: '#42874a',
  700: '#255f2e',
  800: '#0a3b15',
  900: '#001d00',
  950: '#000c00',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva