Indigo
#5D1CC4
PurpleColor Codes
All color formats for development
HEX
#5D1CC4RGB
rgb(93, 28, 196)HSL
hsl(263, 75%, 44%)OKLCH
oklch(0.444 0.229 291.1)CMYK
cmyk(53%, 86%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5319B1
2#4A169D
3#411489
4#381176
5#2E0E62
6#250B4F
7#1C083B
8#130627
9#090314
Tints
Lighter variations
1#6820DD
2#7937E2
3#8A50E6
4#9A69EA
5#AB82ED
6#BC9BF1
7#CDB4F4
8#DDCDF8
9#EEE6FB
Tones
Muted variations
1#5F24BC
2#602DB4
3#6235AB
4#643EA3
5#66469A
6#684F92
7#6A5789
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 | D8C5 #D8C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | BA98 #BA98F0 | BordersInactive statesPlaceholder text |
| 400 | 9663 #9663E9 | Disabled statesSecondary iconsMuted text |
| 500 | 7836 #7836E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D1C #5D1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A16 #4A169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3510 #351070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 220A #220A47 | Primary textHigh emphasis contentDark headings |
| 950 | 1506 #15062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F2FD;
--indigo-100: #EAE0FB;
--indigo-200: #D8C5F7;
--indigo-300: #BA98F0;
--indigo-400: #9663E9;
--indigo-500: #7836E2;
--indigo-600: #5D1CC4;
--indigo-700: #4A169C;
--indigo-800: #351070;
--indigo-900: #220A47;
--indigo-950: #15062D;
}