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#F0F5FF
200#DCE7FF
300#C7D8FF
400#AFC7FF
500#A2BFFE
600#738BBF
700#4B6089
800#273959
900#07182E
950#000019

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f0f5ff;
  --brand-200: #dce7ff;
  --brand-300: #c7d8ff;
  --brand-400: #afc7ff;
  --brand-500: #a2bffe;
  --brand-600: #738bbf;
  --brand-700: #4b6089;
  --brand-800: #273959;
  --brand-900: #07182e;
  --brand-950: #000019;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f0f5ff',
  200: '#dce7ff',
  300: '#c7d8ff',
  400: '#afc7ff',
  500: '#a2bffe',
  600: '#738bbf',
  700: '#4b6089',
  800: '#273959',
  900: '#07182e',
  950: '#000019',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva