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#FFFED1
200#FFFCA4
300#FFFA76
400#FFF83E
500#FFF700
600#B8B400
700#7C7B00
800#494900
900#271C00
950#140200

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #fffed1;
  --brand-200: #fffca4;
  --brand-300: #fffa76;
  --brand-400: #fff83e;
  --brand-500: #fff700;
  --brand-600: #b8b400;
  --brand-700: #7c7b00;
  --brand-800: #494900;
  --brand-900: #271c00;
  --brand-950: #140200;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#fffed1',
  200: '#fffca4',
  300: '#fffa76',
  400: '#fff83e',
  500: '#fff700',
  600: '#b8b400',
  700: '#7c7b00',
  800: '#494900',
  900: '#271c00',
  950: '#140200',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva