Indigo
#4E04AE
PurpleColor Codes
All color formats for development
HEX
#4E04AERGB
rgb(78, 4, 174)HSL
hsl(266, 96%, 35%)OKLCH
oklch(0.392 0.218 290.4)CMYK
cmyk(55%, 98%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#46039D
2#3E038C
3#36027A
4#2F0269
5#270257
6#1F0146
7#170134
8#100123
9#080011
Tints
Lighter variations
1#5C04CF
2#6B05F0
3#7C1CFA
4#8F3CFB
5#A25DFC
6#B47DFC
7#C79EFD
8#DABEFE
9#ECDFFE
Tones
Muted variations
1#4F0CA6
2#50159E
3#511D95
4#52268D
5#542E84
6#55377C
7#564073
8#57486A
9#585162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDC #EBDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DABE #DABEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | BD8C #BD8CFD | BordersInactive statesPlaceholder text |
| 400 | 9A50 #9A50FB | Disabled statesSecondary iconsMuted text |
| 500 | 7E1E #7E1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 6204 #6204DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E04 #4E04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3803 #38037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2402 #240250 | Primary textHigh emphasis contentDark headings |
| 950 | 1601 #160132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FF;
--indigo-100: #EBDCFE;
--indigo-200: #DABEFE;
--indigo-300: #BD8CFD;
--indigo-400: #9A50FB;
--indigo-500: #7E1EFA;
--indigo-600: #6204DC;
--indigo-700: #4E04AF;
--indigo-800: #38037D;
--indigo-900: #240250;
--indigo-950: #160132;
}