Indigo

#5409AA

Purple

Color Codes

All color formats for development

HEX
#5409AA
RGB
rgb(84, 9, 170)
HSL
hsl(268, 90%, 35%)
OKLCH
oklch(0.396 0.213 294)
CMYK
cmyk(51%, 95%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

10.52:1

AA AAA

On Black Background

2.00:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F0
100
#ECDD
200
#DCC0
300
#C190
400
#A055
500
#8525
600
#690B
700
#5409
800
#3C06
900
#2604
950
#1803

Shades

Darker variations

1#4C0899
2#430788
3#3B0677
4#320566
5#2A0455
6#220444
7#190333
8#110222
9#080111

Tints

Lighter variations

1#630BC9
2#730CE9
3#8423F3
4#9642F5
5#A762F7
6#B981F8
7#CAA1FA
8#DCC0FC
9#EDE0FD

Tones

Muted variations

1#5411A2
2#55199A
3#562191
4#562989
5#573181
6#573979
7#584171
8#584969
9#595161

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
DCC0
#DCC0FC
Secondary backgroundsInput backgroundsDividers
300
C190
#C190F9
BordersInactive statesPlaceholder text
400
A055
#A055F6
Disabled statesSecondary iconsMuted text
500
8525
#8525F4
Primary brand colorCTAsActive elementsLinks
600
690B
#690BD5
Hover statesFocus ringsPrimary buttons hover
700
5409
#5409AA
Active/pressed statesDark mode accentsSecondary text
800
3C06
#3C0679
Text on light backgroundsHeadingsStrong borders
900
2604
#26044E
Primary textHigh emphasis contentDark headings
950
1803
#180330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F7F0FE;
  --indigo-100: #ECDDFD;
  --indigo-200: #DCC0FC;
  --indigo-300: #C190F9;
  --indigo-400: #A055F6;
  --indigo-500: #8525F4;
  --indigo-600: #690BD5;
  --indigo-700: #5409AA;
  --indigo-800: #3C0679;
  --indigo-900: #26044E;
  --indigo-950: #180330;
}
Generate More ShadesCreate PaletteConvert Color