Indigo
#5A1CC4
PurpleColor Codes
All color formats for development
HEX
#5A1CC4RGB
rgb(90, 28, 196)HSL
hsl(262, 75%, 44%)OKLCH
oklch(0.441 0.229 289.8)CMYK
cmyk(54%, 86%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5119B1
2#48169D
3#3F1489
4#361176
5#2D0E62
6#240B4F
7#1B083B
8#120627
9#090314
Tints
Lighter variations
1#6520DD
2#7637E2
3#8750E6
4#9869EA
5#A982ED
6#BA9BF1
7#CCB4F4
8#DDCDF8
9#EEE6FB
Tones
Muted variations
1#5C24BC
2#5E2DB4
3#6035AB
4#633EA3
5#65469A
6#674F92
7#695789
8#6C5F81
9#6E6879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAE0 #EAE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C5 #D7C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B998 #B998F0 | BordersInactive statesPlaceholder text |
| 400 | 9463 #9463E9 | Disabled statesSecondary iconsMuted text |
| 500 | 7536 #7536E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A1C #5A1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4716 #47169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3310 #331070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 210A #210A47 | Primary textHigh emphasis contentDark headings |
| 950 | 1406 #14062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F2FD;
--indigo-100: #EAE0FB;
--indigo-200: #D7C5F7;
--indigo-300: #B998F0;
--indigo-400: #9463E9;
--indigo-500: #7536E2;
--indigo-600: #5A1CC4;
--indigo-700: #47169C;
--indigo-800: #331070;
--indigo-900: #210A47;
--indigo-950: #14062D;
}