Indigo
#4612A1
PurpleColor Codes
All color formats for development
HEX
#4612A1RGB
rgb(70, 18, 161)HSL
hsl(262, 80%, 35%)OKLCH
oklch(0.376 0.2 288.7)CMYK
cmyk(57%, 89%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F1091
2#380E81
3#310C70
4#2A0B60
5#230950
6#1C0740
7#150530
8#0E0420
9#070210
Tints
Lighter variations
1#5315BE
2#6018DC
3#722EE8
4#864CEB
5#9A6AEE
6#AF88F2
7#C3A5F5
8#D7C3F8
9#EBE1FC
Tones
Muted variations
1#48199A
2#4A2092
3#4C278B
4#4E2E84
5#50367D
6#523D76
7#54446F
8#554B68
9#575260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DF #E9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C3 #D7C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B895 #B895F3 | BordersInactive statesPlaceholder text |
| 400 | 935E #935EED | Disabled statesSecondary iconsMuted text |
| 500 | 7430 #7430E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5816 #5816CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4612 #4612A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 320D #320D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2008 #200849 | Primary textHigh emphasis contentDark headings |
| 950 | 1405 #14052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FD;
--indigo-100: #E9DFFB;
--indigo-200: #D7C3F8;
--indigo-300: #B895F3;
--indigo-400: #935EED;
--indigo-500: #7430E8;
--indigo-600: #5816CA;
--indigo-700: #4612A1;
--indigo-800: #320D73;
--indigo-900: #200849;
--indigo-950: #14052E;
}