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#EFEBCF
200#D5CF9C
300#B6B166
400#93902D
500#808000
600#5E5F00
700#424300
800#2B2A00
900#1B1300
950#0C0200

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #efebcf;
  --brand-200: #d5cf9c;
  --brand-300: #b6b166;
  --brand-400: #93902d;
  --brand-500: #808000;
  --brand-600: #5e5f00;
  --brand-700: #424300;
  --brand-800: #2b2a00;
  --brand-900: #1b1300;
  --brand-950: #0c0200;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#efebcf',
  200: '#d5cf9c',
  300: '#b6b166',
  400: '#93902d',
  500: '#808000',
  600: '#5e5f00',
  700: '#424300',
  800: '#2b2a00',
  900: '#1b1300',
  950: '#0c0200',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva