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#F0FFFB
200#E1FFF7
300#D1FFF2
400#C1FFEE
500#B8FFEB
600#80BAAA
700#518073
800#274C43
900#022019
950#000800

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f0fffb;
  --brand-200: #e1fff7;
  --brand-300: #d1fff2;
  --brand-400: #c1ffee;
  --brand-500: #b8ffeb;
  --brand-600: #80baaa;
  --brand-700: #518073;
  --brand-800: #274c43;
  --brand-900: #022019;
  --brand-950: #000800;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f0fffb',
  200: '#e1fff7',
  300: '#d1fff2',
  400: '#c1ffee',
  500: '#b8ffeb',
  600: '#80baaa',
  700: '#518073',
  800: '#274c43',
  900: '#022019',
  950: '#000800',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva