Indigo
#5B189A
PurpleColor Codes
All color formats for development
HEX
#5B189ARGB
rgb(91, 24, 154)HSL
hsl(271, 73%, 35%)OKLCH
oklch(0.398 0.19 300.8)CMYK
cmyk(41%, 84%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#52168B
2#49137C
3#40116C
4#370E5D
5#2E0C4D
6#250A3E
7#1B072E
8#12051F
9#09020F
Tints
Lighter variations
1#6C1DB7
2#7D21D4
3#8E36E0
4#9E53E4
5#AE70E9
6#BE8CED
7#CEA9F2
8#DFC6F6
9#EFE2FB
Tones
Muted variations
1#5B1F94
2#5B258D
3#5B2C87
4#5B3280
5#5A397A
6#5A3F73
7#5A466D
8#5A4C66
9#595360
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F2 #F8F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEE0 #EEE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC6 #DFC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | C69A #C69AEF | BordersInactive statesPlaceholder text |
| 400 | A865 #A865E7 | Disabled statesSecondary iconsMuted text |
| 500 | 8F38 #8F38E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 731E #731EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5B18 #5B189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4111 #41116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A0B #2A0B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1A07 #1A072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F2FD;
--indigo-100: #EEE0FA;
--indigo-200: #DFC6F6;
--indigo-300: #C69AEF;
--indigo-400: #A865E7;
--indigo-500: #8F38E0;
--indigo-600: #731EC2;
--indigo-700: #5B189A;
--indigo-800: #41116E;
--indigo-900: #2A0B47;
--indigo-950: #1A072C;
}