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#F5EBF4
200#E4D1E1
300#CFB4CC
400#B896B4
500#AC86A8
600#81627D
700#5C4359
800#3B2739
900#1E0F1C
950#0F000C

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f5ebf4;
  --brand-200: #e4d1e1;
  --brand-300: #cfb4cc;
  --brand-400: #b896b4;
  --brand-500: #ac86a8;
  --brand-600: #81627d;
  --brand-700: #5c4359;
  --brand-800: #3b2739;
  --brand-900: #1e0f1c;
  --brand-950: #0f000c;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f5ebf4',
  200: '#e4d1e1',
  300: '#cfb4cc',
  400: '#b896b4',
  500: '#ac86a8',
  600: '#81627d',
  700: '#5c4359',
  800: '#3b2739',
  900: '#1e0f1c',
  950: '#0f000c',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva