Indigo
#3C057A
PurpleColor Codes
All color formats for development
HEX
#3C057ARGB
rgb(60, 5, 122)HSL
hsl(268, 92%, 25%)OKLCH
oklch(0.314 0.167 294.9)CMYK
cmyk(51%, 96%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36056E
2#300462
3#2A0456
4#240349
5#1E033D
6#180231
7#120225
8#0C0118
9#06010C
Tints
Lighter variations
1#4E079F
2#6008C4
3#720AE9
4#8523F6
5#9A47F7
6#AE6CF9
7#C291FA
8#D6B6FC
9#EBDAFD
Tones
Muted variations
1#3C0B75
2#3D116F
3#3D1769
4#3D1D63
5#3E225D
6#3E2857
7#3F2E51
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 | DCBF #DCBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | C18E #C18EFA | BordersInactive statesPlaceholder text |
| 400 | A054 #A054F8 | Disabled statesSecondary iconsMuted text |
| 500 | 8523 #8523F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6909 #6909D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5407 #5407AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C05 #3C057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2603 #26034E | Primary textHigh emphasis contentDark headings |
| 950 | 1802 #180231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F0FE;
--indigo-100: #ECDDFE;
--indigo-200: #DCBFFC;
--indigo-300: #C18EFA;
--indigo-400: #A054F8;
--indigo-500: #8523F6;
--indigo-600: #6909D7;
--indigo-700: #5407AB;
--indigo-800: #3C057A;
--indigo-900: #26034E;
--indigo-950: #180231;
}