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#FFF8D0
200#FFEFA2
300#FFE673
400#FFDC3B
500#FFD700
600#BB9C00
700#816B00
800#4F3F00
900#2B1800
950#1C0000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #fff8d0;
  --brand-200: #ffefa2;
  --brand-300: #ffe673;
  --brand-400: #ffdc3b;
  --brand-500: #ffd700;
  --brand-600: #bb9c00;
  --brand-700: #816b00;
  --brand-800: #4f3f00;
  --brand-900: #2b1800;
  --brand-950: #1c0000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#fff8d0',
  200: '#ffefa2',
  300: '#ffe673',
  400: '#ffdc3b',
  500: '#ffd700',
  600: '#bb9c00',
  700: '#816b00',
  800: '#4f3f00',
  900: '#2b1800',
  950: '#1c0000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva