Indigo

#4811A2

Purple

Color Codes

All color formats for development

HEX
#4811A2
RGB
rgb(72, 17, 162)
HSL
hsl(263, 81%, 35%)
OKLCH
oklch(0.378 0.201 289.6)
CMYK
cmyk(56%, 90%, 0%, 36%)

Accessibility

WCAG contrast compliance

On White Background

11.19:1

AA AAA

On Black Background

1.88:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F1
100
#EADF
200
#D8C3
300
#B995
400
#955D
500
#772F
600
#5B15
700
#4811
800
#340C
900
#2108
950
#1505

Shades

Darker variations

1#410F91
2#3A0E81
3#330C71
4#2B0A61
5#240851
6#1D0741
7#160530
8#0E0320
9#070210

Tints

Lighter variations

1#5614C0
2#6317DE
3#752DE9
4#894BEC
5#9C69EF
6#B087F2
7#C4A5F6
8#D8C3F9
9#EBE1FC

Tones

Muted variations

1#4A189A
2#4C1F93
3#4D278C
4#4F2E85
5#51357D
6#533C76
7#54446F
8#564B68
9#585260

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F1
#F6F1FE
BackgroundsSubtle highlightsCard backgrounds
100
EADF
#EADFFC
Light backgroundsTable row hoverSkeleton loading
200
D8C3
#D8C3F9
Secondary backgroundsInput backgroundsDividers
300
B995
#B995F4
BordersInactive statesPlaceholder text
400
955D
#955DEE
Disabled statesSecondary iconsMuted text
500
772F
#772FE9
Primary brand colorCTAsActive elementsLinks
600
5B15
#5B15CB
Hover statesFocus ringsPrimary buttons hover
700
4811
#4811A2
Active/pressed statesDark mode accentsSecondary text
800
340C
#340C73
Text on light backgroundsHeadingsStrong borders
900
2108
#21084A
Primary textHigh emphasis contentDark headings
950
1505
#15052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F6F1FE;
  --indigo-100: #EADFFC;
  --indigo-200: #D8C3F9;
  --indigo-300: #B995F4;
  --indigo-400: #955DEE;
  --indigo-500: #772FE9;
  --indigo-600: #5B15CB;
  --indigo-700: #4811A2;
  --indigo-800: #340C73;
  --indigo-900: #21084A;
  --indigo-950: #15052E;
}
Generate More ShadesCreate PaletteConvert Color