Indigo
#580B74
PurpleColor Codes
All color formats for development
HEX
#580B74RGB
rgb(88, 11, 116)HSL
hsl(284, 83%, 25%)OKLCH
oklch(0.351 0.163 314)CMYK
cmyk(24%, 91%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#500A69
2#47095D
3#3E0852
4#350746
5#2C053A
6#23042F
7#1B0323
8#120217
9#09010C
Tints
Lighter variations
1#730E98
2#8E11BB
3#A815DE
4#B92DEB
5#C450EF
6#D073F2
7#DC96F5
8#E8B9F8
9#F3DCFC
Tones
Muted variations
1#56106F
2#54156A
3#511B65
4#4F205F
5#4C255A
6#4A2B55
7#473050
8#45354A
9#423A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DE #F4DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBC2 #EBC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | DB94 #DB94F5 | BordersInactive statesPlaceholder text |
| 400 | C85C #C85CF0 | Disabled statesSecondary iconsMuted text |
| 500 | B92D #B92DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 9C13 #9C13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7C0F #7C0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 580B #580B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3907 #39074B | Primary textHigh emphasis contentDark headings |
| 950 | 2304 #23042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF1FE;
--indigo-100: #F4DEFC;
--indigo-200: #EBC2F9;
--indigo-300: #DB94F5;
--indigo-400: #C85CF0;
--indigo-500: #B92DEB;
--indigo-600: #9C13CD;
--indigo-700: #7C0FA3;
--indigo-800: #580B75;
--indigo-900: #39074B;
--indigo-950: #23042F;
}