Indigo
#5F1CC4
PurpleColor Codes
All color formats for development
HEX
#5F1CC4RGB
rgb(95, 28, 196)HSL
hsl(264, 75%, 44%)OKLCH
oklch(0.446 0.229 291.9)CMYK
cmyk(52%, 86%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5619B1
2#4C169D
3#431489
4#391176
5#300E62
6#260B4F
7#1D083B
8#130627
9#0A0314
Tints
Lighter variations
1#6C20DD
2#7C37E2
3#8C50E6
4#9C69EA
5#AD82ED
6#BD9BF1
7#CEB4F4
8#DECDF8
9#EFE6FB
Tones
Muted variations
1#6124BC
2#632DB4
3#6435AB
4#663EA3
5#68469A
6#694F92
7#6B5789
8#6D5F81
9#6F6879
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 | D9C5 #D9C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | BC98 #BC98F0 | BordersInactive statesPlaceholder text |
| 400 | 9863 #9863E9 | Disabled statesSecondary iconsMuted text |
| 500 | 7B36 #7B36E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F1C #5F1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C16 #4C169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3610 #361070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 230A #230A47 | Primary textHigh emphasis contentDark headings |
| 950 | 1606 #16062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F2FD;
--indigo-100: #EAE0FB;
--indigo-200: #D9C5F7;
--indigo-300: #BC98F0;
--indigo-400: #9863E9;
--indigo-500: #7B36E2;
--indigo-600: #5F1CC4;
--indigo-700: #4C169C;
--indigo-800: #361070;
--indigo-900: #230A47;
--indigo-950: #16062D;
}