Indigo
#5C0AA9
PurpleColor Codes
All color formats for development
HEX
#5C0AA9RGB
rgb(92, 10, 169)HSL
hsl(271, 89%, 35%)OKLCH
oklch(0.405 0.212 298)CMYK
cmyk(46%, 94%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#530998
2#4A0887
3#400776
4#370665
5#2E0554
6#250443
7#1C0333
8#120222
9#090111
Tints
Lighter variations
1#6D0CC8
2#7E0DE7
3#8E24F2
4#9F43F4
5#AF62F6
6#BF82F8
7#CFA1FA
8#DFC0FB
9#EFE0FD
Tones
Muted variations
1#5C12A1
2#5B1A99
3#5B2291
4#5B2A89
5#5B3281
6#5A3979
7#5A4171
8#5A4969
9#5A5161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDD #EEDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC0 #DFC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C690 #C690F9 | BordersInactive statesPlaceholder text |
| 400 | A856 #A856F5 | Disabled statesSecondary iconsMuted text |
| 500 | 9026 #9026F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 740C #740CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C0A #5C0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4207 #420778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A04 #2A044D | Primary textHigh emphasis contentDark headings |
| 950 | 1A03 #1A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F1FE;
--indigo-100: #EEDDFD;
--indigo-200: #DFC0FB;
--indigo-300: #C690F9;
--indigo-400: #A856F5;
--indigo-500: #9026F2;
--indigo-600: #740CD4;
--indigo-700: #5C0AA9;
--indigo-800: #420778;
--indigo-900: #2A044D;
--indigo-950: #1A0330;
}