Indigo
#4613A0
PurpleColor Codes
All color formats for development
HEX
#4613A0RGB
rgb(70, 19, 160)HSL
hsl(262, 79%, 35%)OKLCH
oklch(0.375 0.198 288.9)CMYK
cmyk(56%, 88%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F1190
2#380F80
3#310D70
4#2A0B60
5#230950
6#1C0740
7#150630
8#0E0420
9#070210
Tints
Lighter variations
1#5416BD
2#611ADB
3#732FE7
4#874DEA
5#9B6BEE
6#AF88F1
7#C3A6F5
8#D7C4F8
9#EBE1FC
Tones
Muted variations
1#481A99
2#4A2192
3#4C288B
4#4E2F84
5#50367D
6#523D75
7#54446E
8#554B67
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 | D7C4 #D7C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B896 #B896F3 | BordersInactive statesPlaceholder text |
| 400 | 935F #935FEC | Disabled statesSecondary iconsMuted text |
| 500 | 7432 #7432E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5918 #5918C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4613 #4613A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 320D #320D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2009 #200949 | 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: #D7C4F8;
--indigo-300: #B896F3;
--indigo-400: #935FEC;
--indigo-500: #7432E7;
--indigo-600: #5918C9;
--indigo-700: #4613A0;
--indigo-800: #320D72;
--indigo-900: #200949;
--indigo-950: #14052E;
}