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#DCF1E6
200#B4DCC8
300#88C3A6
400#58A784
500#3D9973
600#247253
700#0D5138
800#003320
900#001B06
950#000B00

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #dcf1e6;
  --brand-200: #b4dcc8;
  --brand-300: #88c3a6;
  --brand-400: #58a784;
  --brand-500: #3d9973;
  --brand-600: #247253;
  --brand-700: #0d5138;
  --brand-800: #003320;
  --brand-900: #001b06;
  --brand-950: #000b00;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#dcf1e6',
  200: '#b4dcc8',
  300: '#88c3a6',
  400: '#58a784',
  500: '#3d9973',
  600: '#247253',
  700: '#0d5138',
  800: '#003320',
  900: '#001b06',
  950: '#000b00',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva