Indigo
#5E0CA7
PurpleColor Codes
All color formats for development
HEX
#5E0CA7RGB
rgb(94, 12, 167)HSL
hsl(272, 87%, 35%)OKLCH
oklch(0.407 0.21 299.4)CMYK
cmyk(44%, 93%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#550A96
2#4C0986
3#420875
4#390764
5#2F0653
6#260543
7#1C0332
8#130221
9#090111
Tints
Lighter variations
1#700EC6
2#8110E5
3#9226F0
4#A145F2
5#B164F4
6#C183F6
7#D0A2F9
8#E0C1FB
9#EFE0FD
Tones
Muted variations
1#5E139F
2#5D1B97
3#5D2390
4#5C2B88
5#5C3280
6#5B3A78
7#5B4271
8#5A4A69
9#5A5161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDE #EEDEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C1 #E0C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C891 #C891F7 | BordersInactive statesPlaceholder text |
| 400 | AB58 #AB58F3 | Disabled statesSecondary iconsMuted text |
| 500 | 9328 #9328F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 770F #770FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E0C #5E0CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4308 #430877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B05 #2B054C | Primary textHigh emphasis contentDark headings |
| 950 | 1B03 #1B0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F1FE;
--indigo-100: #EEDEFD;
--indigo-200: #E0C1FB;
--indigo-300: #C891F7;
--indigo-400: #AB58F3;
--indigo-500: #9328F0;
--indigo-600: #770FD2;
--indigo-700: #5E0CA7;
--indigo-800: #430877;
--indigo-900: #2B054C;
--indigo-950: #1B0330;
}