Indigo
#5C0CD4
PurpleColor Codes
All color formats for development
HEX
#5C0CD4RGB
rgb(92, 12, 212)HSL
hsl(264, 89%, 44%)OKLCH
oklch(0.451 0.252 288.4)CMYK
cmyk(57%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#530BBF
2#4A0AAA
3#410994
4#37077F
5#2E066A
6#250555
7#1C0440
8#12022A
9#090115
Tints
Lighter variations
1#680EEF
2#7827F2
3#8942F4
4#9A5DF6
5#AB78F7
6#BC93F9
7#CDAEFA
8#DDC9FC
9#EEE4FD
Tones
Muted variations
1#5E16CA
2#6020C0
3#622AB6
4#6434AC
5#663EA2
6#684898
7#6A528E
8#6C5C84
9#6E667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADD #EADDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C0 #D8C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | BA90 #BA90F9 | BordersInactive statesPlaceholder text |
| 400 | 9656 #9656F5 | Disabled statesSecondary iconsMuted text |
| 500 | 7826 #7826F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C0C #5C0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 490A #490AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3407 #340778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2204 #22044D | Primary textHigh emphasis contentDark headings |
| 950 | 1503 #150330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FE;
--indigo-100: #EADDFD;
--indigo-200: #D8C0FB;
--indigo-300: #BA90F9;
--indigo-400: #9656F5;
--indigo-500: #7826F2;
--indigo-600: #5C0CD4;
--indigo-700: #490AA9;
--indigo-800: #340778;
--indigo-900: #22044D;
--indigo-950: #150330;
}