Indigo
#55057A
PurpleColor Codes
All color formats for development
HEX
#55057ARGB
rgb(85, 5, 122)HSL
hsl(281, 92%, 25%)OKLCH
oklch(0.349 0.171 310.1)CMYK
cmyk(30%, 96%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D056E
2#440462
3#3C0456
4#330349
5#2B033D
6#220231
7#1A0225
8#110118
9#09010C
Tints
Lighter variations
1#6F079F
2#8808C4
3#A20AE9
4#B323F6
5#C047F7
6#CC6CF9
7#D991FA
8#E6B6FC
9#F2DAFD
Tones
Muted variations
1#530B75
2#51116F
3#4F1769
4#4D1D63
5#4B225D
6#482857
7#462E51
8#44344B
9#423A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DD #F3DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9BF #E9BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | D88E #D88EFA | BordersInactive statesPlaceholder text |
| 400 | C454 #C454F8 | Disabled statesSecondary iconsMuted text |
| 500 | B323 #B323F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9609 #9609D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7707 #7707AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5505 #55057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3703 #37034E | Primary textHigh emphasis contentDark headings |
| 950 | 2202 #220231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF0FE;
--indigo-100: #F3DDFE;
--indigo-200: #E9BFFC;
--indigo-300: #D88EFA;
--indigo-400: #C454F8;
--indigo-500: #B323F6;
--indigo-600: #9609D7;
--indigo-700: #7707AB;
--indigo-800: #55057A;
--indigo-900: #37034E;
--indigo-950: #220231;
}