Indigo
#5E0EA4
PurpleColor Codes
All color formats for development
HEX
#5E0EA4RGB
rgb(94, 14, 164)HSL
hsl(272, 84%, 35%)OKLCH
oklch(0.405 0.206 300.1)CMYK
cmyk(43%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#550D94
2#4B0B83
3#420A73
4#390963
5#2F0752
6#260642
7#1C0431
8#130321
9#090110
Tints
Lighter variations
1#7011C3
2#8114E1
3#912AEC
4#A148EF
5#B167F2
6#C085F4
7#D0A4F7
8#E0C2FA
9#EFE1FC
Tones
Muted variations
1#5E169D
2#5D1D95
3#5D258E
4#5C2C86
5#5C347F
6#5B3B77
7#5B4370
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 | C893 #C893F6 | BordersInactive statesPlaceholder text |
| 400 | AB5B #AB5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 932C #932CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 7612 #7612CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E0E #5E0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 430A #430A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B07 #2B074B | 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: #C893F6;
--indigo-400: #AB5BF1;
--indigo-500: #932CED;
--indigo-600: #7612CE;
--indigo-700: #5E0EA4;
--indigo-800: #430A75;
--indigo-900: #2B074B;
--indigo-950: #1B042F;
}