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#DAE3E3
200#ACBCBC
300#7B9191
400#486565
500#2F4F4F
600#223C3C
700#162C2C
800#0C1E1E
900#00100F
950#000403

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #dae3e3;
  --brand-200: #acbcbc;
  --brand-300: #7b9191;
  --brand-400: #486565;
  --brand-500: #2f4f4f;
  --brand-600: #223c3c;
  --brand-700: #162c2c;
  --brand-800: #0c1e1e;
  --brand-900: #00100f;
  --brand-950: #000403;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#dae3e3',
  200: '#acbcbc',
  300: '#7b9191',
  400: '#486565',
  500: '#2f4f4f',
  600: '#223c3c',
  700: '#162c2c',
  800: '#0c1e1e',
  900: '#00100f',
  950: '#000403',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva