Indigo
#5E12A1
PurpleColor Codes
All color formats for development
HEX
#5E12A1RGB
rgb(94, 18, 161)HSL
hsl(272, 80%, 35%)OKLCH
oklch(0.404 0.201 300.7)CMYK
cmyk(42%, 89%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#551091
2#4B0E81
3#420C70
4#380B60
5#2F0950
6#260740
7#1C0530
8#130420
9#090210
Tints
Lighter variations
1#6F15BE
2#8118DC
3#912EE8
4#A14CEB
5#B16AEE
6#C088F2
7#D0A5F5
8#E0C3F8
9#EFE1FC
Tones
Muted variations
1#5E199A
2#5D2092
3#5D278B
4#5C2E84
5#5C367D
6#5B3D76
7#5B446F
8#5A4B68
9#5A5260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDF #EEDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C3 #E0C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C795 #C795F3 | BordersInactive statesPlaceholder text |
| 400 | AB5E #AB5EED | Disabled statesSecondary iconsMuted text |
| 500 | 9230 #9230E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7616 #7616CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E12 #5E12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 430D #430D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B08 #2B0849 | 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: #F8F1FD;
--indigo-100: #EEDFFB;
--indigo-200: #E0C3F8;
--indigo-300: #C795F3;
--indigo-400: #AB5EED;
--indigo-500: #9230E8;
--indigo-600: #7616CA;
--indigo-700: #5E12A1;
--indigo-800: #430D73;
--indigo-900: #2B0849;
--indigo-950: #1B052E;
}