Indigo
#590AA9
PurpleColor Codes
All color formats for development
HEX
#590AA9RGB
rgb(89, 10, 169)HSL
hsl(270, 89%, 35%)OKLCH
oklch(0.402 0.212 296.6)CMYK
cmyk(47%, 94%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#500998
2#470887
3#3E0776
4#360665
5#2D0554
6#240443
7#1B0333
8#120222
9#090111
Tints
Lighter variations
1#6A0CC8
2#7A0DE7
3#8B24F2
4#9C43F4
5#AC62F6
6#BD82F8
7#CDA1FA
8#DEC0FB
9#EEE0FD
Tones
Muted variations
1#5912A1
2#591A99
3#592291
4#592A89
5#593281
6#593979
7#594171
8#594969
9#595161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDD #EDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEC0 #DEC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C490 #C490F9 | BordersInactive statesPlaceholder text |
| 400 | A656 #A656F5 | Disabled statesSecondary iconsMuted text |
| 500 | 8C26 #8C26F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 700C #700CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 590A #590AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4007 #400778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2904 #29044D | Primary textHigh emphasis contentDark headings |
| 950 | 1A03 #1A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F1FE;
--indigo-100: #EDDDFD;
--indigo-200: #DEC0FB;
--indigo-300: #C490F9;
--indigo-400: #A656F5;
--indigo-500: #8C26F2;
--indigo-600: #700CD4;
--indigo-700: #590AA9;
--indigo-800: #400778;
--indigo-900: #29044D;
--indigo-950: #1A0330;
}