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#F2F6E0
200#E1E8BF
300#CDD99D
400#B7C87B
500#ACBF69
600#7C8C46
700#546128
800#303B0E
900#151A00
950#000500

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f2f6e0;
  --brand-200: #e1e8bf;
  --brand-300: #cdd99d;
  --brand-400: #b7c87b;
  --brand-500: #acbf69;
  --brand-600: #7c8c46;
  --brand-700: #546128;
  --brand-800: #303b0e;
  --brand-900: #151a00;
  --brand-950: #000500;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f2f6e0',
  200: '#e1e8bf',
  300: '#cdd99d',
  400: '#b7c87b',
  500: '#acbf69',
  600: '#7c8c46',
  700: '#546128',
  800: '#303b0e',
  900: '#151a00',
  950: '#000500',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva