Indigo
#5C12A1
PurpleColor Codes
All color formats for development
HEX
#5C12A1RGB
rgb(92, 18, 161)HSL
hsl(271, 80%, 35%)OKLCH
oklch(0.402 0.201 299.8)CMYK
cmyk(43%, 89%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#521091
2#490E81
3#400C70
4#370B60
5#2E0950
6#250740
7#1B0530
8#120420
9#090210
Tints
Lighter variations
1#6D15BE
2#7E18DC
3#8E2EE8
4#9E4CEB
5#AE6AEE
6#BE88F2
7#CFA5F5
8#DFC3F8
9#EFE1FC
Tones
Muted variations
1#5B199A
2#5B2092
3#5B278B
4#5B2E84
5#5A367D
6#5A3D76
7#5A446F
8#5A4B68
9#595260
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 | DFC3 #DFC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C695 #C695F3 | BordersInactive statesPlaceholder text |
| 400 | A85E #A85EED | Disabled statesSecondary iconsMuted text |
| 500 | 8F30 #8F30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7316 #7316CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C12 #5C12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 410D #410D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A08 #2A0849 | Primary textHigh emphasis contentDark headings |
| 950 | 1A05 #1A052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F1FD;
--indigo-100: #EEDFFB;
--indigo-200: #DFC3F8;
--indigo-300: #C695F3;
--indigo-400: #A85EED;
--indigo-500: #8F30E8;
--indigo-600: #7316CA;
--indigo-700: #5C12A1;
--indigo-800: #410D73;
--indigo-900: #2A0849;
--indigo-950: #1A052E;
}