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#D9F2ED
200#ADDDD5
300#7CC4BA
400#42A99D
500#0F9B8E
600#007369
700#00524A
800#00342E
900#001B15
950#000B02

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #d9f2ed;
  --brand-200: #adddd5;
  --brand-300: #7cc4ba;
  --brand-400: #42a99d;
  --brand-500: #0f9b8e;
  --brand-600: #007369;
  --brand-700: #00524a;
  --brand-800: #00342e;
  --brand-900: #001b15;
  --brand-950: #000b02;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#d9f2ed',
  200: '#adddd5',
  300: '#7cc4ba',
  400: '#42a99d',
  500: '#0f9b8e',
  600: '#007369',
  700: '#00524a',
  800: '#00342e',
  900: '#001b15',
  950: '#000b02',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva