Indigo
#5C0DA5
PurpleColor Codes
All color formats for development
HEX
#5C0DA5RGB
rgb(92, 13, 165)HSL
hsl(271, 85%, 35%)OKLCH
oklch(0.403 0.207 298.9)CMYK
cmyk(44%, 92%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#530C95
2#490B84
3#400974
4#370863
5#2E0753
6#250542
7#1C0432
8#120321
9#090111
Tints
Lighter variations
1#6D10C4
2#7E12E2
3#8E28EE
4#9E47F0
5#AE66F3
6#BF84F5
7#CFA3F8
8#DFC2FA
9#EFE0FD
Tones
Muted variations
1#5C159E
2#5B1D96
3#5B248E
4#5B2C87
5#5B337F
6#5A3B78
7#5A4270
8#5A4A68
9#5A5261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDE #EEDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC2 #DFC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | C692 #C692F6 | BordersInactive statesPlaceholder text |
| 400 | A85A #A85AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 902B #902BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 7311 #7311D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C0D #5C0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 420A #420A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A06 #2A064B | Primary textHigh emphasis contentDark headings |
| 950 | 1A04 #1A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F1FE;
--indigo-100: #EEDEFC;
--indigo-200: #DFC2FA;
--indigo-300: #C692F6;
--indigo-400: #A85AF2;
--indigo-500: #902BEE;
--indigo-600: #7311D0;
--indigo-700: #5C0DA5;
--indigo-800: #420A76;
--indigo-900: #2A064B;
--indigo-950: #1A042F;
}