Indigo
#590EA4
PurpleColor Codes
All color formats for development
HEX
#590EA4RGB
rgb(89, 14, 164)HSL
hsl(270, 84%, 35%)OKLCH
oklch(0.399 0.205 297.7)CMYK
cmyk(46%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#500D94
2#470B83
3#3E0A73
4#360963
5#2D0752
6#240642
7#1B0431
8#120321
9#090110
Tints
Lighter variations
1#6A11C3
2#7A14E1
3#8B2AEC
4#9C48EF
5#AC67F2
6#BD85F4
7#CDA4F7
8#DEC2FA
9#EEE1FC
Tones
Muted variations
1#59169D
2#591D95
3#59258E
4#592C86
5#59347F
6#593B77
7#594370
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 | C493 #C493F6 | BordersInactive statesPlaceholder text |
| 400 | A65B #A65BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 8C2C #8C2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 7012 #7012CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 590E #590EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 400A #400A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2907 #29074B | 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: #C493F6;
--indigo-400: #A65BF1;
--indigo-500: #8C2CED;
--indigo-600: #7012CE;
--indigo-700: #590EA4;
--indigo-800: #400A75;
--indigo-900: #29074B;
--indigo-950: #1A042F;
}