Indigo
#4805AD
PurpleColor Codes
All color formats for development
HEX
#4805ADRGB
rgb(72, 5, 173)HSL
hsl(264, 94%, 35%)OKLCH
oklch(0.384 0.217 287.7)CMYK
cmyk(58%, 97%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41059C
2#3A048B
3#330479
4#2B0368
5#240357
6#1D0245
7#160234
8#0E0123
9#070111
Tints
Lighter variations
1#5606CD
2#6307ED
3#751EF8
4#893EF9
5#9D5EFA
6#B07EFB
7#C49FFC
8#D8BFFD
9#EBDFFE
Tones
Muted variations
1#4A0EA5
2#4C169C
3#4E1F94
4#4F278C
5#512F83
6#53387B
7#544072
8#56486A
9#585162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADC #EADCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8BF #D8BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B98D #B98DFB | BordersInactive statesPlaceholder text |
| 400 | 9552 #9552FA | Disabled statesSecondary iconsMuted text |
| 500 | 7720 #7720F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B07 #5B07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4805 #4805AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3404 #34047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2102 #21024F | Primary textHigh emphasis contentDark headings |
| 950 | 1502 #150231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FF;
--indigo-100: #EADCFE;
--indigo-200: #D8BFFD;
--indigo-300: #B98DFB;
--indigo-400: #9552FA;
--indigo-500: #7720F8;
--indigo-600: #5B07DA;
--indigo-700: #4805AD;
--indigo-800: #34047C;
--indigo-900: #21024F;
--indigo-950: #150231;
}