Indigo

#33159D

Blue

Color Codes

All color formats for development

HEX
#33159D
RGB
rgb(51, 21, 157)
HSL
hsl(253, 76%, 35%)
OKLCH
oklch(0.355 0.196 279.8)
CMYK
cmyk(68%, 87%, 0%, 38%)

Accessibility

WCAG contrast compliance

On White Background

12.10:1

AA AAA

On Black Background

1.73:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F2
100
#E5E0
200
#D0C5
300
#AB98
400
#7F62
500
#5B35
600
#401B
700
#3315
800
#240F
900
#170A
950
#0F06

Shades

Darker variations

1#2E138D
2#29117E
3#240F6E
4#1E0D5E
5#190B4F
6#14093F
7#0F062F
8#0A041F
9#050210

Tints

Lighter variations

1#3C19BA
2#461DD7
3#5933E3
4#7150E7
5#886DEB
6#A08AEF
7#B8A7F3
8#D0C5F7
9#E7E2FB

Tones

Muted variations

1#371C96
2#3B2390
3#3E2A89
4#423182
5#46377B
6#4A3E74
7#4E456E
8#524C67
9#555260

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F2
#F4F2FD
BackgroundsSubtle highlightsCard backgrounds
100
E5E0
#E5E0FB
Light backgroundsTable row hoverSkeleton loading
200
D0C5
#D0C5F7
Secondary backgroundsInput backgroundsDividers
300
AB98
#AB98F1
BordersInactive statesPlaceholder text
400
7F62
#7F62EA
Disabled statesSecondary iconsMuted text
500
5B35
#5B35E3
Primary brand colorCTAsActive elementsLinks
600
401B
#401BC5
Hover statesFocus ringsPrimary buttons hover
700
3315
#33159D
Active/pressed statesDark mode accentsSecondary text
800
240F
#240F70
Text on light backgroundsHeadingsStrong borders
900
170A
#170A48
Primary textHigh emphasis contentDark headings
950
0F06
#0F062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F4F2FD;
  --indigo-100: #E5E0FB;
  --indigo-200: #D0C5F7;
  --indigo-300: #AB98F1;
  --indigo-400: #7F62EA;
  --indigo-500: #5B35E3;
  --indigo-600: #401BC5;
  --indigo-700: #33159D;
  --indigo-800: #240F70;
  --indigo-900: #170A48;
  --indigo-950: #0F062D;
}
Generate More ShadesCreate PaletteConvert Color