Indigo
#5104AF
PurpleColor Codes
All color formats for development
HEX
#5104AFRGB
rgb(81, 4, 175)HSL
hsl(267, 96%, 35%)OKLCH
oklch(0.396 0.219 291.5)CMYK
cmyk(54%, 98%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49039D
2#41038C
3#38027A
4#300269
5#280257
6#200146
7#180134
8#100123
9#080011
Tints
Lighter variations
1#6004CF
2#6F05F0
3#801CFA
4#923CFB
5#A45DFC
6#B67DFC
7#C99EFD
8#DBBEFE
9#EDDFFE
Tones
Muted variations
1#520CA6
2#52159E
3#531D95
4#54268D
5#552E84
6#56377C
7#574073
8#58486A
9#585162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDC #EBDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBBE #DBBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | BF8C #BF8CFD | BordersInactive statesPlaceholder text |
| 400 | 9D50 #9D50FB | Disabled statesSecondary iconsMuted text |
| 500 | 811E #811EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 6504 #6504DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5104 #5104AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A03 #3A037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2502 #250250 | Primary textHigh emphasis contentDark headings |
| 950 | 1701 #170132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F0FF;
--indigo-100: #EBDCFE;
--indigo-200: #DBBEFE;
--indigo-300: #BF8CFD;
--indigo-400: #9D50FB;
--indigo-500: #811EFA;
--indigo-600: #6504DC;
--indigo-700: #5104AF;
--indigo-800: #3A037D;
--indigo-900: #250250;
--indigo-950: #170132;
}