Indigo
#590BA8
PurpleColor Codes
All color formats for development
HEX
#590BA8RGB
rgb(89, 11, 168)HSL
hsl(270, 88%, 35%)OKLCH
oklch(0.401 0.211 296.8)CMYK
cmyk(47%, 93%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#500A97
2#470986
3#3E0775
4#360665
5#2D0554
6#240443
7#1B0332
8#120222
9#090111
Tints
Lighter variations
1#6A0DC7
2#7A0FE6
3#8B25F1
4#9C44F3
5#AC63F5
6#BD82F7
7#CDA2F9
8#DEC1FB
9#EEE0FD
Tones
Muted variations
1#5913A0
2#591A98
3#592290
4#592A88
5#593281
6#593A79
7#594271
8#594A69
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 | DEC1 #DEC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C491 #C491F8 | BordersInactive statesPlaceholder text |
| 400 | A657 #A657F4 | Disabled statesSecondary iconsMuted text |
| 500 | 8C27 #8C27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 700D #700DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 590B #590BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4008 #400878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2905 #29054D | 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: #DEC1FB;
--indigo-300: #C491F8;
--indigo-400: #A657F4;
--indigo-500: #8C27F1;
--indigo-600: #700DD3;
--indigo-700: #590BA8;
--indigo-800: #400878;
--indigo-900: #29054D;
--indigo-950: #1A0330;
}