Indigo
#3A057A
PurpleColor Codes
All color formats for development
HEX
#3A057ARGB
rgb(58, 5, 122)HSL
hsl(267, 92%, 25%)OKLCH
oklch(0.311 0.167 293.6)CMYK
cmyk(52%, 96%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34056E
2#2E0462
3#290456
4#230349
5#1D033D
6#170231
7#110225
8#0C0118
9#06010C
Tints
Lighter variations
1#4B079F
2#5D08C4
3#6E0AE9
4#8223F6
5#9747F7
6#AB6CF9
7#C091FA
8#D5B6FC
9#EADAFD
Tones
Muted variations
1#3A0B75
2#3B116F
3#3C1769
4#3C1D63
5#3D225D
6#3D2857
7#3E2E51
8#3F344B
9#3F3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDD #ECDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBBF #DBBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | BF8E #BF8EFA | BordersInactive statesPlaceholder text |
| 400 | 9E54 #9E54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 8223 #8223F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6609 #6609D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5107 #5107AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A05 #3A057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2503 #25034E | Primary textHigh emphasis contentDark headings |
| 950 | 1702 #170231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F0FE;
--indigo-100: #ECDDFE;
--indigo-200: #DBBFFC;
--indigo-300: #BF8EFA;
--indigo-400: #9E54F8;
--indigo-500: #8223F6;
--indigo-600: #6609D7;
--indigo-700: #5107AB;
--indigo-800: #3A057A;
--indigo-900: #25034E;
--indigo-950: #170231;
}