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#EDE7EF
200#D2C7D7
300#B3A4BA
400#937F9C
500#826D8C
600#61506A
700#46384D
800#2D2232
900#170D1B
950#08000D

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ede7ef;
  --brand-200: #d2c7d7;
  --brand-300: #b3a4ba;
  --brand-400: #937f9c;
  --brand-500: #826d8c;
  --brand-600: #61506a;
  --brand-700: #46384d;
  --brand-800: #2d2232;
  --brand-900: #170d1b;
  --brand-950: #08000d;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ede7ef',
  200: '#d2c7d7',
  300: '#b3a4ba',
  400: '#937f9c',
  500: '#826d8c',
  600: '#61506a',
  700: '#46384d',
  800: '#2d2232',
  900: '#170d1b',
  950: '#08000d',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva