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#F7D7D9
200#DEA3A9
300#BC6C77
400#922F44
500#7B002C
600#620021
700#4D0018
800#3A000C
900#2B0000
950#230000

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f7d7d9;
  --brand-200: #dea3a9;
  --brand-300: #bc6c77;
  --brand-400: #922f44;
  --brand-500: #7b002c;
  --brand-600: #620021;
  --brand-700: #4d0018;
  --brand-800: #3a000c;
  --brand-900: #2b0000;
  --brand-950: #230000;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f7d7d9',
  200: '#dea3a9',
  300: '#bc6c77',
  400: '#922f44',
  500: '#7b002c',
  600: '#620021',
  700: '#4d0018',
  800: '#3a000c',
  900: '#2b0000',
  950: '#230000',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva