Indigo
#490AA9
PurpleColor Codes
All color formats for development
HEX
#490AA9RGB
rgb(73, 10, 169)HSL
hsl(264, 89%, 35%)OKLCH
oklch(0.383 0.211 288.9)CMYK
cmyk(57%, 94%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#420998
2#3B0887
3#330776
4#2C0665
5#250554
6#1D0443
7#160333
8#0F0222
9#070111
Tints
Lighter variations
1#570CC8
2#650DE7
3#7624F2
4#8A43F4
5#9D62F6
6#B182F8
7#C4A1FA
8#D8C0FB
9#EBE0FD
Tones
Muted variations
1#4B12A1
2#4D1A99
3#4E2291
4#502A89
5#513281
6#533979
7#544171
8#564969
9#585161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADD #EADDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C0 #D8C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | BA90 #BA90F9 | BordersInactive statesPlaceholder text |
| 400 | 9656 #9656F5 | Disabled statesSecondary iconsMuted text |
| 500 | 7826 #7826F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C0C #5C0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 490A #490AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3407 #340778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2204 #22044D | 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: #F6F1FE;
--indigo-100: #EADDFD;
--indigo-200: #D8C0FB;
--indigo-300: #BA90F9;
--indigo-400: #9656F5;
--indigo-500: #7826F2;
--indigo-600: #5C0CD4;
--indigo-700: #490AA9;
--indigo-800: #340778;
--indigo-900: #22044D;
--indigo-950: #150330;
}