Indigo
#4909AA
PurpleColor Codes
All color formats for development
HEX
#4909AARGB
rgb(73, 9, 170)HSL
hsl(264, 90%, 35%)OKLCH
oklch(0.384 0.213 288.7)CMYK
cmyk(57%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#420899
2#3B0788
3#330677
4#2C0566
5#250455
6#1D0444
7#160333
8#0F0222
9#070111
Tints
Lighter variations
1#570BC9
2#640CE9
3#7623F3
4#8A42F5
5#9D62F7
6#B181F8
7#C4A1FA
8#D8C0FC
9#EBE0FD
Tones
Muted variations
1#4B11A2
2#4C199A
3#4E2191
4#502989
5#513181
6#533979
7#544171
8#564969
9#585161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADD #EADDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C0 #D8C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | BA90 #BA90F9 | BordersInactive statesPlaceholder text |
| 400 | 9655 #9655F6 | Disabled statesSecondary iconsMuted text |
| 500 | 7825 #7825F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C0B #5C0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4909 #4909AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3406 #340679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2104 #21044E | Primary textHigh emphasis contentDark headings |
| 950 | 1503 #150330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FE;
--indigo-100: #EADDFD;
--indigo-200: #D8C0FC;
--indigo-300: #BA90F9;
--indigo-400: #9655F6;
--indigo-500: #7825F4;
--indigo-600: #5C0BD5;
--indigo-700: #4909AA;
--indigo-800: #340679;
--indigo-900: #21044E;
--indigo-950: #150330;
}