Indigo
#5905AD
PurpleColor Codes
All color formats for development
HEX
#5905ADRGB
rgb(89, 5, 173)HSL
hsl(270, 94%, 35%)OKLCH
oklch(0.404 0.217 295.7)CMYK
cmyk(49%, 97%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50059C
2#47048B
3#3E0479
4#360368
5#2D0357
6#240245
7#1B0234
8#120123
9#090111
Tints
Lighter variations
1#6A06CD
2#7A07ED
3#8B1EF8
4#9C3EF9
5#AC5EFA
6#BD7EFB
7#CD9FFC
8#DEBFFD
9#EEDFFE
Tones
Muted variations
1#590EA5
2#59169C
3#591F94
4#59278C
5#592F83
6#59387B
7#594072
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 | DEBF #DEBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C48D #C48DFB | BordersInactive statesPlaceholder text |
| 400 | A652 #A652FA | Disabled statesSecondary iconsMuted text |
| 500 | 8C20 #8C20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7007 #7007DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5905 #5905AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4004 #40047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2902 #29024F | Primary textHigh emphasis contentDark headings |
| 950 | 1A02 #1A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F0FF;
--indigo-100: #EDDCFE;
--indigo-200: #DEBFFD;
--indigo-300: #C48DFB;
--indigo-400: #A652FA;
--indigo-500: #8C20F8;
--indigo-600: #7007DA;
--indigo-700: #5905AD;
--indigo-800: #40047C;
--indigo-900: #29024F;
--indigo-950: #1A0231;
}