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#EDDCE8
200#CEB0C6
300#A97F9F
400#814D76
500#6C3461
600#54264B
700#401A39
800#2E0F28
900#1F0019
950#15000F

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #eddce8;
  --brand-200: #ceb0c6;
  --brand-300: #a97f9f;
  --brand-400: #814d76;
  --brand-500: #6c3461;
  --brand-600: #54264b;
  --brand-700: #401a39;
  --brand-800: #2e0f28;
  --brand-900: #1f0019;
  --brand-950: #15000f;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#eddce8',
  200: '#ceb0c6',
  300: '#a97f9f',
  400: '#814d76',
  500: '#6c3461',
  600: '#54264b',
  700: '#401a39',
  800: '#2e0f28',
  900: '#1f0019',
  950: '#15000f',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva