Indigo
#5909AA
PurpleColor Codes
All color formats for development
HEX
#5909AARGB
rgb(89, 9, 170)HSL
hsl(270, 90%, 35%)OKLCH
oklch(0.402 0.213 296.3)CMYK
cmyk(48%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#500899
2#470788
3#3E0677
4#360566
5#2D0455
6#240444
7#1B0333
8#120222
9#090111
Tints
Lighter variations
1#6A0BC9
2#7A0CE9
3#8B23F3
4#9C42F5
5#AC62F7
6#BD81F8
7#CDA1FA
8#DEC0FC
9#EEE0FD
Tones
Muted variations
1#5911A2
2#59199A
3#592191
4#592989
5#593181
6#593979
7#594171
8#594969
9#595161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDD #EDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEC0 #DEC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | C490 #C490F9 | BordersInactive statesPlaceholder text |
| 400 | A655 #A655F6 | Disabled statesSecondary iconsMuted text |
| 500 | 8C25 #8C25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 700B #700BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5909 #5909AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4006 #400679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2904 #29044E | 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: #F7F0FE;
--indigo-100: #EDDDFD;
--indigo-200: #DEC0FC;
--indigo-300: #C490F9;
--indigo-400: #A655F6;
--indigo-500: #8C25F4;
--indigo-600: #700BD5;
--indigo-700: #5909AA;
--indigo-800: #400679;
--indigo-900: #29044E;
--indigo-950: #1A0330;
}