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#E7EAEB
200#C7CDD0
300#A5ADB1
400#818B91
500#6F7A80
600#525B5F
700#394044
800#22282B
900#0C1215
950#000104

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #e7eaeb;
  --brand-200: #c7cdd0;
  --brand-300: #a5adb1;
  --brand-400: #818b91;
  --brand-500: #6f7a80;
  --brand-600: #525b5f;
  --brand-700: #394044;
  --brand-800: #22282b;
  --brand-900: #0c1215;
  --brand-950: #000104;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#e7eaeb',
  200: '#c7cdd0',
  300: '#a5adb1',
  400: '#818b91',
  500: '#6f7a80',
  600: '#525b5f',
  700: '#394044',
  800: '#22282b',
  900: '#0c1215',
  950: '#000104',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva