Indigo
#3204AE
PurpleColor Codes
All color formats for development
HEX
#3204AERGB
rgb(50, 4, 174)HSL
hsl(256, 96%, 35%)OKLCH
oklch(0.365 0.222 277.6)CMYK
cmyk(71%, 98%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C039D
2#27038C
3#22027A
4#1E0269
5#190257
6#140146
7#0F0134
8#0A0123
9#050011
Tints
Lighter variations
1#3A04CF
2#4405F0
3#571CFA
4#6F3CFB
5#875DFC
6#9F7DFC
7#B79EFD
8#CFBEFE
9#E7DFFE
Tones
Muted variations
1#350CA6
2#39159E
3#3D1D95
4#41268D
5#452E84
6#49377C
7#4D4073
8#51486A
9#555162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DC #E5DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFBE #CFBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AA8C #AA8CFD | BordersInactive statesPlaceholder text |
| 400 | 7E50 #7E50FB | Disabled statesSecondary iconsMuted text |
| 500 | 591E #591EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E04 #3E04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3104 #3104AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2303 #23037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1702 #170250 | Primary textHigh emphasis contentDark headings |
| 950 | 0E01 #0E0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F0FF;
--indigo-100: #E5DCFE;
--indigo-200: #CFBEFE;
--indigo-300: #AA8CFD;
--indigo-400: #7E50FB;
--indigo-500: #591EFA;
--indigo-600: #3E04DC;
--indigo-700: #3104AF;
--indigo-800: #23037D;
--indigo-900: #170250;
--indigo-950: #0E0132;
}