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#FFEFFE
200#F8DAF7
300#EFC4EE
400#E3ACE3
500#DDA0DD
600#A573A5
700#754D75
800#4B2C4B
900#250E25
950#140013

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffeffe;
  --brand-200: #f8daf7;
  --brand-300: #efc4ee;
  --brand-400: #e3ace3;
  --brand-500: #dda0dd;
  --brand-600: #a573a5;
  --brand-700: #754d75;
  --brand-800: #4b2c4b;
  --brand-900: #250e25;
  --brand-950: #140013;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffeffe',
  200: '#f8daf7',
  300: '#efc4ee',
  400: '#e3ace3',
  500: '#dda0dd',
  600: '#a573a5',
  700: '#754d75',
  800: '#4b2c4b',
  900: '#250e25',
  950: '#140013',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva