Indigo
#5C08AA
PurpleColor Codes
All color formats for development
HEX
#5C08AARGB
rgb(92, 8, 170)HSL
hsl(271, 91%, 35%)OKLCH
oklch(0.406 0.214 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#530799
2#4A0688
3#400677
4#370566
5#2E0455
6#250344
7#1C0233
8#120222
9#090111
Tints
Lighter variations
1#6D0ACA
2#7E0BEA
3#8E21F5
4#9F41F6
5#AF61F8
6#BF80F9
7#CFA0FB
8#DFC0FC
9#EFDFFE
Tones
Muted variations
1#5C10A2
2#5B189A
3#5B2092
4#5B298A
5#5B3182
6#5A397A
7#5A4172
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 | C68F #C68FFA | BordersInactive statesPlaceholder text |
| 400 | A855 #A855F7 | Disabled statesSecondary iconsMuted text |
| 500 | 9024 #9024F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 740A #740AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C08 #5C08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4206 #42067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A04 #2A044E | Primary textHigh emphasis contentDark headings |
| 950 | 1A02 #1A0231 | 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: #C68FFA;
--indigo-400: #A855F7;
--indigo-500: #9024F5;
--indigo-600: #740AD6;
--indigo-700: #5C08AA;
--indigo-800: #42067A;
--indigo-900: #2A044E;
--indigo-950: #1A0231;
}