Indigo
#4B057A
PurpleColor Codes
All color formats for development
HEX
#4B057ARGB
rgb(75, 5, 122)HSL
hsl(276, 92%, 25%)OKLCH
oklch(0.334 0.169 304.3)CMYK
cmyk(39%, 96%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44056E
2#3C0462
3#350456
4#2D0349
5#26033D
6#1E0231
7#170225
8#0F0118
9#08010C
Tints
Lighter variations
1#62079F
2#7908C4
3#8F0AE9
4#A123F6
5#B147F7
6#C16CF9
7#D091FA
8#E0B6FC
9#EFDAFD
Tones
Muted variations
1#4A0B75
2#49116F
3#481769
4#471D63
5#46225D
6#442857
7#432E51
8#42344B
9#413A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DD #F0DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4BF #E4BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | CF8E #CF8EFA | BordersInactive statesPlaceholder text |
| 400 | B654 #B654F8 | Disabled statesSecondary iconsMuted text |
| 500 | A123 #A123F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8509 #8509D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6A07 #6A07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4B05 #4B057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3003 #30034E | Primary textHigh emphasis contentDark headings |
| 950 | 1E02 #1E0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F0FE;
--indigo-100: #F0DDFE;
--indigo-200: #E4BFFC;
--indigo-300: #CF8EFA;
--indigo-400: #B654F8;
--indigo-500: #A123F6;
--indigo-600: #8509D7;
--indigo-700: #6A07AB;
--indigo-800: #4B057A;
--indigo-900: #30034E;
--indigo-950: #1E0231;
}