Indigo
#5D057A
PinkColor Codes
All color formats for development
HEX
#5D057ARGB
rgb(93, 5, 122)HSL
hsl(285, 92%, 25%)OKLCH
oklch(0.361 0.174 314.5)CMYK
cmyk(24%, 96%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#54056E
2#4A0462
3#410456
4#380349
5#2F033D
6#250231
7#1C0225
8#130118
9#09010C
Tints
Lighter variations
1#79079F
2#9508C4
3#B10AE9
4#C123F6
5#CB47F7
6#D66CF9
7#E091FA
8#EAB6FC
9#F5DAFD
Tones
Muted variations
1#5A0B75
2#57116F
3#541769
4#511D63
5#4E225D
6#4B2857
7#492E51
8#46344B
9#433A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DD #F5DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDBF #EDBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | DF8E #DF8EFA | BordersInactive statesPlaceholder text |
| 400 | CF54 #CF54F8 | Disabled statesSecondary iconsMuted text |
| 500 | C123 #C123F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | A409 #A409D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8207 #8207AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D05 #5D057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C03 #3C034E | Primary textHigh emphasis contentDark headings |
| 950 | 2502 #250231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF0FE;
--indigo-100: #F5DDFE;
--indigo-200: #EDBFFC;
--indigo-300: #DF8EFA;
--indigo-400: #CF54F8;
--indigo-500: #C123F6;
--indigo-600: #A409D7;
--indigo-700: #8207AB;
--indigo-800: #5D057A;
--indigo-900: #3C034E;
--indigo-950: #250231;
}