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#ECF8FF
200#D6EEFF
300#BEE3FF
400#A3D7FE
500#95D0FC
600#6798BC
700#406986
800#1C3F55
900#001B2A
950#000316

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ecf8ff;
  --brand-200: #d6eeff;
  --brand-300: #bee3ff;
  --brand-400: #a3d7fe;
  --brand-500: #95d0fc;
  --brand-600: #6798bc;
  --brand-700: #406986;
  --brand-800: #1c3f55;
  --brand-900: #001b2a;
  --brand-950: #000316;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ecf8ff',
  200: '#d6eeff',
  300: '#bee3ff',
  400: '#a3d7fe',
  500: '#95d0fc',
  600: '#6798bc',
  700: '#406986',
  800: '#1c3f55',
  900: '#001b2a',
  950: '#000316',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva