Indigo
#34057A
PurpleColor Codes
All color formats for development
HEX
#34057ARGB
rgb(52, 5, 122)HSL
hsl(264, 92%, 25%)OKLCH
oklch(0.304 0.167 289.7)CMYK
cmyk(57%, 96%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F056E
2#2A0462
3#240456
4#1F0349
5#1A033D
6#150231
7#100225
8#0A0118
9#05010C
Tints
Lighter variations
1#44079F
2#5308C4
3#630AE9
4#7723F6
5#8E47F7
6#A46CF9
7#BB91FA
8#D2B6FC
9#E8DAFD
Tones
Muted variations
1#350B75
2#36116F
3#381769
4#391D63
5#3A225D
6#3B2857
7#3C2E51
8#3D344B
9#3F3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADD #EADDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8BF #D8BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | BA8E #BA8EFA | BordersInactive statesPlaceholder text |
| 400 | 9554 #9554F8 | Disabled statesSecondary iconsMuted text |
| 500 | 7723 #7723F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C09 #5C09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4907 #4907AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3405 #34057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2103 #21034E | Primary textHigh emphasis contentDark headings |
| 950 | 1502 #150231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FE;
--indigo-100: #EADDFE;
--indigo-200: #D8BFFC;
--indigo-300: #BA8EFA;
--indigo-400: #9554F8;
--indigo-500: #7723F6;
--indigo-600: #5C09D7;
--indigo-700: #4907AB;
--indigo-800: #34057A;
--indigo-900: #21034E;
--indigo-950: #150231;
}