Indigo
#5E0DA5
PurpleColor Codes
All color formats for development
HEX
#5E0DA5RGB
rgb(94, 13, 165)HSL
hsl(272, 85%, 35%)OKLCH
oklch(0.405 0.207 299.9)CMYK
cmyk(43%, 92%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#550C95
2#4B0B84
3#420974
4#390863
5#2F0753
6#260542
7#1C0432
8#130321
9#090111
Tints
Lighter variations
1#7010C4
2#8112E2
3#9228EE
4#A147F0
5#B166F3
6#C084F5
7#D0A3F8
8#E0C2FA
9#EFE0FD
Tones
Muted variations
1#5E159E
2#5D1D96
3#5D248E
4#5C2C87
5#5C337F
6#5B3B78
7#5B4270
8#5A4A68
9#5A5261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDE #EEDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C2 #E0C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | C892 #C892F6 | BordersInactive statesPlaceholder text |
| 400 | AB5A #AB5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 932B #932BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 7711 #7711D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E0D #5E0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 430A #430A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B06 #2B064B | Primary textHigh emphasis contentDark headings |
| 950 | 1B04 #1B042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F1FE;
--indigo-100: #EEDEFC;
--indigo-200: #E0C2FA;
--indigo-300: #C892F6;
--indigo-400: #AB5AF2;
--indigo-500: #932BEE;
--indigo-600: #7711D0;
--indigo-700: #5E0DA5;
--indigo-800: #430A76;
--indigo-900: #2B064B;
--indigo-950: #1B042F;
}