Indigo
#5C0DD3
PurpleColor Codes
All color formats for development
HEX
#5C0DD3RGB
rgb(92, 13, 211)HSL
hsl(264, 88%, 44%)OKLCH
oklch(0.45 0.25 288.6)CMYK
cmyk(56%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#530CBE
2#4A0BA9
3#410994
4#37087F
5#2E0769
6#250554
7#1C043F
8#12032A
9#090115
Tints
Lighter variations
1#680FEE
2#7928F1
3#8943F3
4#9A5EF5
5#AB79F6
6#BC94F8
7#CDAEFA
8#DDC9FC
9#EEE4FD
Tones
Muted variations
1#5E17C9
2#6021BF
3#622BB5
4#6435AB
5#663FA2
6#684998
7#6A538E
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 | D8C1 #D8C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | BA91 #BA91F8 | BordersInactive statesPlaceholder text |
| 400 | 9657 #9657F4 | Disabled statesSecondary iconsMuted text |
| 500 | 7827 #7827F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C0D #5C0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A0B #4A0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3508 #350878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2205 #22054D | 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: #D8C1FB;
--indigo-300: #BA91F8;
--indigo-400: #9657F4;
--indigo-500: #7827F1;
--indigo-600: #5C0DD3;
--indigo-700: #4A0BA8;
--indigo-800: #350878;
--indigo-900: #22054D;
--indigo-950: #150330;
}