Indigo
#5904AF
PurpleColor Codes
All color formats for development
HEX
#5904AFRGB
rgb(89, 4, 175)HSL
hsl(270, 96%, 35%)OKLCH
oklch(0.405 0.22 295.3)CMYK
cmyk(49%, 98%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50039D
2#47038C
3#3E027A
4#360269
5#2D0257
6#240146
7#1B0134
8#120123
9#090011
Tints
Lighter variations
1#6A04CF
2#7A05F0
3#8B1CFA
4#9C3CFB
5#AC5DFC
6#BD7DFC
7#CD9EFD
8#DEBEFE
9#EEDFFE
Tones
Muted variations
1#590CA6
2#59159E
3#591D95
4#59268D
5#592E84
6#59377C
7#594073
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 | DEBE #DEBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | C48C #C48CFD | BordersInactive statesPlaceholder text |
| 400 | A650 #A650FB | Disabled statesSecondary iconsMuted text |
| 500 | 8C1E #8C1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 7004 #7004DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5904 #5904AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4003 #40037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2902 #290250 | Primary textHigh emphasis contentDark headings |
| 950 | 1A01 #1A0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F0FF;
--indigo-100: #EDDCFE;
--indigo-200: #DEBEFE;
--indigo-300: #C48CFD;
--indigo-400: #A650FB;
--indigo-500: #8C1EFA;
--indigo-600: #7004DC;
--indigo-700: #5904AF;
--indigo-800: #40037D;
--indigo-900: #290250;
--indigo-950: #1A0132;
}