Indigo
#4A047C
PurpleColor Codes
All color formats for development
HEX
#4A047CRGB
rgb(74, 4, 124)HSL
hsl(275, 94%, 25%)OKLCH
oklch(0.334 0.171 303)CMYK
cmyk(40%, 97%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42036F
2#3B0363
3#340357
4#2C024A
5#25023E
6#1D0231
7#160125
8#0F0119
9#07000C
Tints
Lighter variations
1#6005A1
2#7606C6
3#8C07EB
4#9E20F8
5#AE45F9
6#BE6BFA
7#CF90FC
8#DFB5FD
9#EFDAFE
Tones
Muted variations
1#490A76
2#481070
3#47166A
4#461C64
5#45225E
6#442858
7#432E52
8#42344C
9#413A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DC #F0DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3BF #E3BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | CE8D #CE8DFB | BordersInactive statesPlaceholder text |
| 400 | B452 #B452FA | Disabled statesSecondary iconsMuted text |
| 500 | 9E20 #9E20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8207 #8207DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6705 #6705AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A04 #4A047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F02 #2F024F | Primary textHigh emphasis contentDark headings |
| 950 | 1D02 #1D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F0FF;
--indigo-100: #F0DCFE;
--indigo-200: #E3BFFD;
--indigo-300: #CE8DFB;
--indigo-400: #B452FA;
--indigo-500: #9E20F8;
--indigo-600: #8207DA;
--indigo-700: #6705AD;
--indigo-800: #4A047C;
--indigo-900: #2F024F;
--indigo-950: #1D0231;
}