Indigo
#4E047C
PurpleColor Codes
All color formats for development
HEX
#4E047CRGB
rgb(78, 4, 124)HSL
hsl(277, 94%, 25%)OKLCH
oklch(0.34 0.172 305.4)CMYK
cmyk(37%, 97%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#46036F
2#3E0363
3#360357
4#2F024A
5#27023E
6#1F0231
7#170125
8#100119
9#08000C
Tints
Lighter variations
1#6505A1
2#7C06C6
3#9407EB
4#A520F8
5#B445F9
6#C36BFA
7#D290FC
8#E1B5FD
9#F0DAFE
Tones
Muted variations
1#4C0A76
2#4B1070
3#4A166A
4#481C64
5#47225E
6#452858
7#442E52
8#43344C
9#413A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DC #F1DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5BF #E5BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D18D #D18DFB | BordersInactive statesPlaceholder text |
| 400 | B952 #B952FA | Disabled statesSecondary iconsMuted text |
| 500 | A520 #A520F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8907 #8907DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6D05 #6D05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E04 #4E047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3202 #32024F | Primary textHigh emphasis contentDark headings |
| 950 | 1F02 #1F0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F0FF;
--indigo-100: #F1DCFE;
--indigo-200: #E5BFFD;
--indigo-300: #D18DFB;
--indigo-400: #B952FA;
--indigo-500: #A520F8;
--indigo-600: #8907DA;
--indigo-700: #6D05AD;
--indigo-800: #4E047C;
--indigo-900: #32024F;
--indigo-950: #1F0231;
}