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#E9FFD1
200#D0FFA5
300#B3FF76
400#91FE3D
500#7CFC00
600#4CB900
700#1F8100
800#004E00
900#002300
950#001000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e9ffd1;
  --brand-200: #d0ffa5;
  --brand-300: #b3ff76;
  --brand-400: #91fe3d;
  --brand-500: #7cfc00;
  --brand-600: #4cb900;
  --brand-700: #1f8100;
  --brand-800: #004e00;
  --brand-900: #002300;
  --brand-950: #001000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e9ffd1',
  200: '#d0ffa5',
  300: '#b3ff76',
  400: '#91fe3d',
  500: '#7cfc00',
  600: '#4cb900',
  700: '#1f8100',
  800: '#004e00',
  900: '#002300',
  950: '#001000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva