Indigo
#590DA5
PurpleColor Codes
All color formats for development
HEX
#590DA5RGB
rgb(89, 13, 165)HSL
hsl(270, 85%, 35%)OKLCH
oklch(0.399 0.207 297.5)CMYK
cmyk(46%, 92%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#500C95
2#470B84
3#3E0974
4#360863
5#2D0753
6#240542
7#1B0432
8#120321
9#090111
Tints
Lighter variations
1#6A10C4
2#7A12E2
3#8B28EE
4#9C47F0
5#AC66F3
6#BD84F5
7#CDA3F8
8#DEC2FA
9#EEE0FD
Tones
Muted variations
1#59159E
2#591D96
3#59248E
4#592C87
5#59337F
6#593B78
7#594270
8#594A68
9#595261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDE #EDDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEC2 #DEC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | C492 #C492F6 | BordersInactive statesPlaceholder text |
| 400 | A65A #A65AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 8C2B #8C2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 7011 #7011D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 590D #590DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 400A #400A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2906 #29064B | 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: #F7F1FE;
--indigo-100: #EDDEFC;
--indigo-200: #DEC2FA;
--indigo-300: #C492F6;
--indigo-400: #A65AF2;
--indigo-500: #8C2BEE;
--indigo-600: #7011D0;
--indigo-700: #590DA5;
--indigo-800: #400A76;
--indigo-900: #29064B;
--indigo-950: #1A042F;
}