Indigo
#3704AF
PurpleColor Codes
All color formats for development
HEX
#3704AFRGB
rgb(55, 4, 175)HSL
hsl(258, 96%, 35%)OKLCH
oklch(0.37 0.222 279.6)CMYK
cmyk(69%, 98%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31039D
2#2C038C
3#26027A
4#210269
5#1B0257
6#160146
7#100134
8#0B0123
9#050011
Tints
Lighter variations
1#4104CF
2#4B05F0
3#5E1CFA
4#753CFB
5#8C5DFC
6#A37DFC
7#BA9EFD
8#D1BEFE
9#E8DFFE
Tones
Muted variations
1#3A0CA6
2#3E159E
3#411D95
4#45268D
5#482E84
6#4C377C
7#4F4073
8#52486A
9#565162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DC #E6DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1BE #D1BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AE8C #AE8CFD | BordersInactive statesPlaceholder text |
| 400 | 8350 #8350FB | Disabled statesSecondary iconsMuted text |
| 500 | 601E #601EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4504 #4504DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3704 #3704AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2703 #27037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1902 #190250 | Primary textHigh emphasis contentDark headings |
| 950 | 1001 #100132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F0FF;
--indigo-100: #E6DCFE;
--indigo-200: #D1BEFE;
--indigo-300: #AE8CFD;
--indigo-400: #8350FB;
--indigo-500: #601EFA;
--indigo-600: #4504DC;
--indigo-700: #3704AF;
--indigo-800: #27037D;
--indigo-900: #190250;
--indigo-950: #100132;
}