Indigo
#590FA3
PurpleColor Codes
All color formats for development
HEX
#590FA3RGB
rgb(89, 15, 163)HSL
hsl(270, 83%, 35%)OKLCH
oklch(0.398 0.204 297.9)CMYK
cmyk(45%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#500E93
2#470C83
3#3E0B72
4#360962
5#2D0852
6#240641
7#1B0531
8#120321
9#090210
Tints
Lighter variations
1#6A12C2
2#7A15E0
3#8B2BEB
4#9C49EE
5#AC67F1
6#BD86F4
7#CDA4F7
8#DEC2F9
9#EEE1FC
Tones
Muted variations
1#59179C
2#591E95
3#59258D
4#592D86
5#59347E
6#593C77
7#59436F
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 #DEC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | C494 #C494F5 | BordersInactive statesPlaceholder text |
| 400 | A65C #A65CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 8C2D #8C2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 7013 #7013CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 590F #590FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 400B #400B75 | 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: #DEC2F9;
--indigo-300: #C494F5;
--indigo-400: #A65CF0;
--indigo-500: #8C2DEB;
--indigo-600: #7013CD;
--indigo-700: #590FA3;
--indigo-800: #400B75;
--indigo-900: #29074B;
--indigo-950: #1A042F;
}