Indigo

#5212A1

Purple

Color Codes

All color formats for development

HEX
#5212A1
RGB
rgb(82, 18, 161)
HSL
hsl(267, 80%, 35%)
OKLCH
oklch(0.389 0.2 294.8)
CMYK
cmyk(49%, 89%, 0%, 37%)

Accessibility

WCAG contrast compliance

On White Background

10.71:1

AA AAA

On Black Background

1.96:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F1
100
#ECDF
200
#DBC3
300
#C095
400
#9F5E
500
#8330
600
#6716
700
#5212
800
#3B0D
900
#2608
950
#1705

Shades

Darker variations

1#4A1091
2#420E81
3#390C70
4#310B60
5#290950
6#210740
7#190530
8#100420
9#080210

Tints

Lighter variations

1#6115BE
2#7118DC
3#822EE8
4#944CEB
5#A56AEE
6#B788F2
7#C9A5F5
8#DBC3F8
9#EDE1FC

Tones

Muted variations

1#53199A
2#542092
3#54278B
4#552E84
5#56367D
6#563D76
7#57446F
8#584B68
9#595260

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F1
#F7F1FD
BackgroundsSubtle highlightsCard backgrounds
100
ECDF
#ECDFFB
Light backgroundsTable row hoverSkeleton loading
200
DBC3
#DBC3F8
Secondary backgroundsInput backgroundsDividers
300
C095
#C095F3
BordersInactive statesPlaceholder text
400
9F5E
#9F5EED
Disabled statesSecondary iconsMuted text
500
8330
#8330E8
Primary brand colorCTAsActive elementsLinks
600
6716
#6716CA
Hover statesFocus ringsPrimary buttons hover
700
5212
#5212A1
Active/pressed statesDark mode accentsSecondary text
800
3B0D
#3B0D73
Text on light backgroundsHeadingsStrong borders
900
2608
#260849
Primary textHigh emphasis contentDark headings
950
1705
#17052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --indigo-50: #F7F1FD;
  --indigo-100: #ECDFFB;
  --indigo-200: #DBC3F8;
  --indigo-300: #C095F3;
  --indigo-400: #9F5EED;
  --indigo-500: #8330E8;
  --indigo-600: #6716CA;
  --indigo-700: #5212A1;
  --indigo-800: #3B0D73;
  --indigo-900: #260849;
  --indigo-950: #17052E;
}
Generate More ShadesCreate PaletteConvert Color