Indigo
#5E0BA8
PurpleColor Codes
All color formats for development
HEX
#5E0BA8RGB
rgb(94, 11, 168)HSL
hsl(272, 88%, 35%)OKLCH
oklch(0.407 0.211 299.2)CMYK
cmyk(44%, 93%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#550A97
2#4C0986
3#420775
4#390665
5#2F0554
6#260443
7#1C0332
8#130222
9#090111
Tints
Lighter variations
1#700DC7
2#820FE6
3#9225F1
4#A144F3
5#B163F5
6#C182F7
7#D0A2F9
8#E0C1FB
9#EFE0FD
Tones
Muted variations
1#5E13A0
2#5D1A98
3#5D2290
4#5C2A88
5#5C3281
6#5B3A79
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 | EEDD #EEDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C1 #E0C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C891 #C891F8 | BordersInactive statesPlaceholder text |
| 400 | AB57 #AB57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 9327 #9327F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 770D #770DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E0B #5E0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4308 #430878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B05 #2B054D | 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: #EEDDFD;
--indigo-200: #E0C1FB;
--indigo-300: #C891F8;
--indigo-400: #AB57F4;
--indigo-500: #9327F1;
--indigo-600: #770DD3;
--indigo-700: #5E0BA8;
--indigo-800: #430878;
--indigo-900: #2B054D;
--indigo-950: #1B0330;
}