Indigo
#5604AF
PurpleColor Codes
All color formats for development
HEX
#5604AFRGB
rgb(86, 4, 175)HSL
hsl(269, 96%, 35%)OKLCH
oklch(0.402 0.22 293.9)CMYK
cmyk(51%, 98%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4E039D
2#45038C
3#3C027A
4#340269
5#2B0257
6#230146
7#1A0134
8#110123
9#090011
Tints
Lighter variations
1#6604CF
2#7605F0
3#871CFA
4#983CFB
5#A95DFC
6#BB7DFC
7#CC9EFD
8#DDBEFE
9#EEDFFE
Tones
Muted variations
1#570CA6
2#57159E
3#571D95
4#58268D
5#582E84
6#58377C
7#584073
8#59486A
9#595162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDC #EDDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDBE #DDBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | C28C #C28CFD | BordersInactive statesPlaceholder text |
| 400 | A350 #A350FB | Disabled statesSecondary iconsMuted text |
| 500 | 891E #891EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D04 #6D04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5604 #5604AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E03 #3E037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2702 #270250 | Primary textHigh emphasis contentDark headings |
| 950 | 1901 #190132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F0FF;
--indigo-100: #EDDCFE;
--indigo-200: #DDBEFE;
--indigo-300: #C28CFD;
--indigo-400: #A350FB;
--indigo-500: #891EFA;
--indigo-600: #6D04DC;
--indigo-700: #5604AF;
--indigo-800: #3E037D;
--indigo-900: #270250;
--indigo-950: #190132;
}