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#F2FFD4
200#E2FFAB
300#CFFF80
400#B9FF50
500#ADFF2F
600#76BB00
700#478100
800#1F4E00
900#0C2200
950#000D00

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f2ffd4;
  --brand-200: #e2ffab;
  --brand-300: #cfff80;
  --brand-400: #b9ff50;
  --brand-500: #adff2f;
  --brand-600: #76bb00;
  --brand-700: #478100;
  --brand-800: #1f4e00;
  --brand-900: #0c2200;
  --brand-950: #000d00;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f2ffd4',
  200: '#e2ffab',
  300: '#cfff80',
  400: '#b9ff50',
  500: '#adff2f',
  600: '#76bb00',
  700: '#478100',
  800: '#1f4e00',
  900: '#0c2200',
  950: '#000d00',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva