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#DFF6FF
200#B9E9FF
300#8DD9FF
400#4FC8FF
500#00BFFF
600#008DC1
700#00628C
800#003D5D
900#001C33
950#00071D

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #dff6ff;
  --brand-200: #b9e9ff;
  --brand-300: #8dd9ff;
  --brand-400: #4fc8ff;
  --brand-500: #00bfff;
  --brand-600: #008dc1;
  --brand-700: #00628c;
  --brand-800: #003d5d;
  --brand-900: #001c33;
  --brand-950: #00071d;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#dff6ff',
  200: '#b9e9ff',
  300: '#8dd9ff',
  400: '#4fc8ff',
  500: '#00bfff',
  600: '#008dc1',
  700: '#00628c',
  800: '#003d5d',
  900: '#001c33',
  950: '#00071d',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva