Indigo
#5E11A2
PurpleColor Codes
All color formats for development
HEX
#5E11A2RGB
rgb(94, 17, 162)HSL
hsl(272, 81%, 35%)OKLCH
oklch(0.405 0.203 300.5)CMYK
cmyk(42%, 90%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#550F91
2#4B0E81
3#420C71
4#380A61
5#2F0851
6#260741
7#1C0530
8#130320
9#090210
Tints
Lighter variations
1#7014C0
2#8117DE
3#912DE9
4#A14BEC
5#B169EF
6#C087F2
7#D0A5F6
8#E0C3F9
9#EFE1FC
Tones
Muted variations
1#5E189A
2#5D1F93
3#5D278C
4#5C2E85
5#5C357D
6#5B3C76
7#5B446F
8#5A4B68
9#5A5260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDF #EEDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C3 #E0C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | C895 #C895F4 | BordersInactive statesPlaceholder text |
| 400 | AB5D #AB5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 922F #922FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7615 #7615CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E11 #5E11A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 430C #430C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B08 #2B084A | Primary textHigh emphasis contentDark headings |
| 950 | 1B05 #1B052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F1FE;
--indigo-100: #EEDFFC;
--indigo-200: #E0C3F9;
--indigo-300: #C895F4;
--indigo-400: #AB5DEE;
--indigo-500: #922FE9;
--indigo-600: #7615CB;
--indigo-700: #5E11A2;
--indigo-800: #430C73;
--indigo-900: #2B084A;
--indigo-950: #1B052E;
}