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#FFE4E0
200#FFC4BE
300#FF9F9A
400#FF7775
500#FF6163
600#C34145
700#90252B
800#610A15
900#390000
950#2A0000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffe4e0;
  --brand-200: #ffc4be;
  --brand-300: #ff9f9a;
  --brand-400: #ff7775;
  --brand-500: #ff6163;
  --brand-600: #c34145;
  --brand-700: #90252b;
  --brand-800: #610a15;
  --brand-900: #390000;
  --brand-950: #2a0000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffe4e0',
  200: '#ffc4be',
  300: '#ff9f9a',
  400: '#ff7775',
  500: '#ff6163',
  600: '#c34145',
  700: '#90252b',
  800: '#610a15',
  900: '#390000',
  950: '#2a0000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva