Indigo
#580D73
PurpleColor Codes
All color formats for development
HEX
#580D73RGB
rgb(88, 13, 115)HSL
hsl(284, 80%, 25%)OKLCH
oklch(0.352 0.161 314.3)CMYK
cmyk(23%, 89%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4F0B67
2#460A5C
3#3D0950
4#350845
5#2C0639
6#23052E
7#1A0422
8#120317
9#09010B
Tints
Lighter variations
1#721195
2#8C14B8
3#A618DA
4#B730E8
5#C353EC
6#CF75F0
7#DB98F4
8#E7BAF7
9#F3DDFB
Tones
Muted variations
1#55126E
2#531769
3#501C63
4#4E215E
5#4C2659
6#492B54
7#47304F
8#45364A
9#423B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DF #F4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EAC3 #EAC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | DA95 #DA95F3 | BordersInactive statesPlaceholder text |
| 400 | C75E #C75EED | Disabled statesSecondary iconsMuted text |
| 500 | B730 #B730E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9A16 #9A16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7B12 #7B12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 580D #580D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3808 #380849 | Primary textHigh emphasis contentDark headings |
| 950 | 2305 #23052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF1FD;
--indigo-100: #F4DFFB;
--indigo-200: #EAC3F8;
--indigo-300: #DA95F3;
--indigo-400: #C75EED;
--indigo-500: #B730E8;
--indigo-600: #9A16CA;
--indigo-700: #7B12A1;
--indigo-800: #580D73;
--indigo-900: #380849;
--indigo-950: #23052E;
}