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#FFE6DB
200#F4C6B3
300#E2A388
400#CA7F5D
500#BD6C48
600#904E31
700#69351D
800#471E0A
900#2B0700
950#1F0000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffe6db;
  --brand-200: #f4c6b3;
  --brand-300: #e2a388;
  --brand-400: #ca7f5d;
  --brand-500: #bd6c48;
  --brand-600: #904e31;
  --brand-700: #69351d;
  --brand-800: #471e0a;
  --brand-900: #2b0700;
  --brand-950: #1f0000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffe6db',
  200: '#f4c6b3',
  300: '#e2a388',
  400: '#ca7f5d',
  500: '#bd6c48',
  600: '#904e31',
  700: '#69351d',
  800: '#471e0a',
  900: '#2b0700',
  950: '#1f0000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva