Indigo
#4912A1
PurpleColor Codes
All color formats for development
HEX
#4912A1RGB
rgb(73, 18, 161)HSL
hsl(263, 80%, 35%)OKLCH
oklch(0.379 0.199 290.2)CMYK
cmyk(55%, 89%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#411091
2#3A0E81
3#330C70
4#2C0B60
5#240950
6#1D0740
7#160530
8#0F0420
9#070210
Tints
Lighter variations
1#5615BE
2#6418DC
3#752EE8
4#894CEB
5#9D6AEE
6#B088F2
7#C4A5F5
8#D8C3F8
9#EBE1FC
Tones
Muted variations
1#4A199A
2#4C2092
3#4E278B
4#4F2E84
5#51367D
6#533D76
7#54446F
8#564B68
9#585260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADF #EADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C3 #D8C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B995 #B995F3 | BordersInactive statesPlaceholder text |
| 400 | 955E #955EED | Disabled statesSecondary iconsMuted text |
| 500 | 7730 #7730E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B16 #5B16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4912 #4912A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 340D #340D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2108 #210849 | Primary textHigh emphasis contentDark headings |
| 950 | 1505 #15052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FD;
--indigo-100: #EADFFB;
--indigo-200: #D8C3F8;
--indigo-300: #B995F3;
--indigo-400: #955EED;
--indigo-500: #7730E8;
--indigo-600: #5B16CA;
--indigo-700: #4912A1;
--indigo-800: #340D73;
--indigo-900: #210849;
--indigo-950: #15052E;
}