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#FFEFDE
200#FFDCBB
300#FFC697
400#FAB073
500#F4A460
600#B6763F
700#825023
800#542E09
900#2D0F00
950#1F0000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffefde;
  --brand-200: #ffdcbb;
  --brand-300: #ffc697;
  --brand-400: #fab073;
  --brand-500: #f4a460;
  --brand-600: #b6763f;
  --brand-700: #825023;
  --brand-800: #542e09;
  --brand-900: #2d0f00;
  --brand-950: #1f0000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffefde',
  200: '#ffdcbb',
  300: '#ffc697',
  400: '#fab073',
  500: '#f4a460',
  600: '#b6763f',
  700: '#825023',
  800: '#542e09',
  900: '#2d0f00',
  950: '#1f0000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva