Indigo

#5E189A

Purple

Color Codes

All color formats for development

HEX
#5E189A
RGB
rgb(94, 24, 154)
HSL
hsl(272, 73%, 35%)
OKLCH
oklch(0.402 0.19 302.4)
CMYK
cmyk(39%, 84%, 0%, 40%)

Accessibility

WCAG contrast compliance

On White Background

10.13:1

AA AAA

On Black Background

2.07:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F2
100
#EEE0
200
#DFC6
300
#C79A
400
#AA65
500
#9238
600
#761E
700
#5E18
800
#4311
900
#2B0B
950
#1B07

Shades

Darker variations

1#54168B
2#4B137C
3#42116C
4#380E5D
5#2F0C4D
6#250A3E
7#1C072E
8#13051F
9#09020F

Tints

Lighter variations

1#6F1DB7
2#8021D4
3#9136E0
4#A053E4
5#B070E9
6#C08CED
7#D0A9F2
8#DFC6F6
9#EFE2FB

Tones

Muted variations

1#5D1F94
2#5D258D
3#5C2C87
4#5C3280
5#5B397A
6#5B3F73
7#5B466D
8#5A4C66
9#5A5360

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F2
#F8F2FD
BackgroundsSubtle highlightsCard backgrounds
100
EEE0
#EEE0FA
Light backgroundsTable row hoverSkeleton loading
200
DFC6
#DFC6F6
Secondary backgroundsInput backgroundsDividers
300
C79A
#C79AEF
BordersInactive statesPlaceholder text
400
AA65
#AA65E7
Disabled statesSecondary iconsMuted text
500
9238
#9238E0
Primary brand colorCTAsActive elementsLinks
600
761E
#761EC2
Hover statesFocus ringsPrimary buttons hover
700
5E18
#5E189A
Active/pressed statesDark mode accentsSecondary text
800
4311
#43116E
Text on light backgroundsHeadingsStrong borders
900
2B0B
#2B0B47
Primary textHigh emphasis contentDark headings
950
1B07
#1B072C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F8F2FD;
  --indigo-100: #EEE0FA;
  --indigo-200: #DFC6F6;
  --indigo-300: #C79AEF;
  --indigo-400: #AA65E7;
  --indigo-500: #9238E0;
  --indigo-600: #761EC2;
  --indigo-700: #5E189A;
  --indigo-800: #43116E;
  --indigo-900: #2B0B47;
  --indigo-950: #1B072C;
}
Generate More ShadesCreate PaletteConvert Color