Indigo
#5602B1
PurpleColor Codes
All color formats for development
HEX
#5602B1RGB
rgb(86, 2, 177)HSL
hsl(269, 98%, 35%)OKLCH
oklch(0.403 0.222 293.5)CMYK
cmyk(51%, 99%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4E029F
2#45018D
3#3C017C
4#34016A
5#2B0158
6#230147
7#1A0135
8#110023
9#090012
Tints
Lighter variations
1#6602D2
2#7602F2
3#8719FD
4#983AFD
5#A95BFD
6#BB7CFE
7#CC9DFE
8#DDBDFE
9#EEDEFF
Tones
Muted variations
1#570BA8
2#57139F
3#571C96
4#58258E
5#582E85
6#58367C
7#583F73
8#59486B
9#595162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDC #EDDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDBD #DDBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | C28B #C28BFE | BordersInactive statesPlaceholder text |
| 400 | A34E #A34EFD | Disabled statesSecondary iconsMuted text |
| 500 | 891C #891CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D02 #6D02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5602 #5602B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E01 #3E017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2701 #270151 | 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: #EDDCFF;
--indigo-200: #DDBDFE;
--indigo-300: #C28BFE;
--indigo-400: #A34EFD;
--indigo-500: #891CFD;
--indigo-600: #6D02DE;
--indigo-700: #5602B1;
--indigo-800: #3E017E;
--indigo-900: #270151;
--indigo-950: #190132;
}