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#FFFADB
200#FFF2B8
300#FAEA94
400#F3E16F
500#EEDC5B
600#ADA035
700#776E13
800#474100
900#241A00
950#120000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #fffadb;
  --brand-200: #fff2b8;
  --brand-300: #faea94;
  --brand-400: #f3e16f;
  --brand-500: #eedc5b;
  --brand-600: #ada035;
  --brand-700: #776e13;
  --brand-800: #474100;
  --brand-900: #241a00;
  --brand-950: #120000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#fffadb',
  200: '#fff2b8',
  300: '#faea94',
  400: '#f3e16f',
  500: '#eedc5b',
  600: '#ada035',
  700: '#776e13',
  800: '#474100',
  900: '#241a00',
  950: '#120000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva