Indigo

#5109AA

Purple

Color Codes

All color formats for development

HEX
#5109AA
RGB
rgb(81, 9, 170)
HSL
hsl(267, 90%, 35%)
OKLCH
oklch(0.393 0.213 292.5)
CMYK
cmyk(52%, 95%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

10.66:1

AA AAA

On Black Background

1.97:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F0
100
#ECDD
200
#DBC0
300
#BF90
400
#9E55
500
#8225
600
#660B
700
#5109
800
#3A06
900
#2504
950
#1703

Shades

Darker variations

1#490899
2#410788
3#390677
4#310566
5#290455
6#200444
7#180333
8#100222
9#080111

Tints

Lighter variations

1#600BC9
2#6F0CE9
3#8123F3
4#9342F5
5#A562F7
6#B781F8
7#C9A1FA
8#DBC0FC
9#EDE0FD

Tones

Muted variations

1#5211A2
2#53199A
3#542191
4#542989
5#553181
6#563979
7#574171
8#584969
9#585161

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F0
#F7F0FE
BackgroundsSubtle highlightsCard backgrounds
100
ECDD
#ECDDFD
Light backgroundsTable row hoverSkeleton loading
200
DBC0
#DBC0FC
Secondary backgroundsInput backgroundsDividers
300
BF90
#BF90F9
BordersInactive statesPlaceholder text
400
9E55
#9E55F6
Disabled statesSecondary iconsMuted text
500
8225
#8225F4
Primary brand colorCTAsActive elementsLinks
600
660B
#660BD5
Hover statesFocus ringsPrimary buttons hover
700
5109
#5109AA
Active/pressed statesDark mode accentsSecondary text
800
3A06
#3A0679
Text on light backgroundsHeadingsStrong borders
900
2504
#25044E
Primary textHigh emphasis contentDark headings
950
1703
#170330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F7F0FE;
  --indigo-100: #ECDDFD;
  --indigo-200: #DBC0FC;
  --indigo-300: #BF90F9;
  --indigo-400: #9E55F6;
  --indigo-500: #8225F4;
  --indigo-600: #660BD5;
  --indigo-700: #5109AA;
  --indigo-800: #3A0679;
  --indigo-900: #25044E;
  --indigo-950: #170330;
}
Generate More ShadesCreate PaletteConvert Color