Indigo
#3A04AF
PurpleColor Codes
All color formats for development
HEX
#3A04AFRGB
rgb(58, 4, 175)HSL
hsl(259, 96%, 35%)OKLCH
oklch(0.373 0.221 280.9)CMYK
cmyk(67%, 98%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34039D
2#2E038C
3#28027A
4#230269
5#1D0257
6#170146
7#110134
8#0C0123
9#060011
Tints
Lighter variations
1#4504CF
2#4F05F0
3#621CFA
4#793CFB
5#8F5DFC
6#A57DFC
7#BC9EFD
8#D2BEFE
9#E9DFFE
Tones
Muted variations
1#3D0CA6
2#40159E
3#431D95
4#46268D
5#4A2E84
6#4D377C
7#504073
8#53486A
9#565162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DC #E7DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2BE #D2BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | B08C #B08CFD | BordersInactive statesPlaceholder text |
| 400 | 8650 #8650FB | Disabled statesSecondary iconsMuted text |
| 500 | 641E #641EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4904 #4904DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3A04 #3A04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2903 #29037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A02 #1A0250 | Primary textHigh emphasis contentDark headings |
| 950 | 1101 #110132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F0FF;
--indigo-100: #E7DCFE;
--indigo-200: #D2BEFE;
--indigo-300: #B08CFD;
--indigo-400: #8650FB;
--indigo-500: #641EFA;
--indigo-600: #4904DC;
--indigo-700: #3A04AF;
--indigo-800: #29037D;
--indigo-900: #1A0250;
--indigo-950: #110132;
}