Indigo
#5912A1
PurpleColor Codes
All color formats for development
HEX
#5912A1RGB
rgb(89, 18, 161)HSL
hsl(270, 80%, 35%)OKLCH
oklch(0.398 0.2 298.3)CMYK
cmyk(45%, 89%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#501091
2#470E81
3#3E0C70
4#360B60
5#2D0950
6#240740
7#1B0530
8#120420
9#090210
Tints
Lighter variations
1#6A15BE
2#7A18DC
3#8B2EE8
4#9C4CEB
5#AC6AEE
6#BD88F2
7#CDA5F5
8#DEC3F8
9#EEE1FC
Tones
Muted variations
1#59199A
2#592092
3#59278B
4#592E84
5#59367D
6#593D76
7#59446F
8#594B68
9#595260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDF #EDDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEC3 #DEC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C495 #C495F3 | BordersInactive statesPlaceholder text |
| 400 | A65E #A65EED | Disabled statesSecondary iconsMuted text |
| 500 | 8C30 #8C30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7016 #7016CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5912 #5912A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 400D #400D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2908 #290849 | 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: #F7F1FD;
--indigo-100: #EDDFFB;
--indigo-200: #DEC3F8;
--indigo-300: #C495F3;
--indigo-400: #A65EED;
--indigo-500: #8C30E8;
--indigo-600: #7016CA;
--indigo-700: #5912A1;
--indigo-800: #400D73;
--indigo-900: #290849;
--indigo-950: #1A052E;
}