Indigo
#5C09AA
PurpleColor Codes
All color formats for development
HEX
#5C09AARGB
rgb(92, 9, 170)HSL
hsl(271, 90%, 35%)OKLCH
oklch(0.406 0.213 297.8)CMYK
cmyk(46%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#530899
2#4A0788
3#400677
4#370566
5#2E0455
6#250444
7#1C0333
8#120222
9#090111
Tints
Lighter variations
1#6D0BC9
2#7E0CE9
3#8E23F3
4#9F42F5
5#AF62F7
6#BF81F8
7#CFA1FA
8#DFC0FC
9#EFE0FD
Tones
Muted variations
1#5C11A2
2#5B199A
3#5B2191
4#5B2989
5#5B3181
6#5A3979
7#5A4171
8#5A4969
9#5A5161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDD #EEDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC0 #DFC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | C690 #C690F9 | BordersInactive statesPlaceholder text |
| 400 | A855 #A855F6 | Disabled statesSecondary iconsMuted text |
| 500 | 9025 #9025F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 740B #740BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C09 #5C09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4206 #420679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A04 #2A044E | 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: #F8F0FE;
--indigo-100: #EEDDFD;
--indigo-200: #DFC0FC;
--indigo-300: #C690F9;
--indigo-400: #A855F6;
--indigo-500: #9025F4;
--indigo-600: #740BD5;
--indigo-700: #5C09AA;
--indigo-800: #420679;
--indigo-900: #2A044E;
--indigo-950: #1A0330;
}