Indigo
#4804AE
PurpleColor Codes
All color formats for development
HEX
#4804AERGB
rgb(72, 4, 174)HSL
hsl(264, 96%, 35%)OKLCH
oklch(0.385 0.219 287.5)CMYK
cmyk(59%, 98%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41039D
2#3A038C
3#32027A
4#2B0269
5#240257
6#1D0146
7#160134
8#0E0123
9#070011
Tints
Lighter variations
1#5604CF
2#6305F0
3#751CFA
4#883CFB
5#9C5DFC
6#B07DFC
7#C49EFD
8#D7BEFE
9#EBDFFE
Tones
Muted variations
1#4A0CA6
2#4C159E
3#4D1D95
4#4F268D
5#512E84
6#52377C
7#544073
8#56486A
9#585162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADC #EADCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7BE #D7BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | B98C #B98CFD | BordersInactive statesPlaceholder text |
| 400 | 9550 #9550FB | Disabled statesSecondary iconsMuted text |
| 500 | 761E #761EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B04 #5B04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4804 #4804AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3403 #34037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2102 #210250 | Primary textHigh emphasis contentDark headings |
| 950 | 1501 #150132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FF;
--indigo-100: #EADCFE;
--indigo-200: #D7BEFE;
--indigo-300: #B98CFD;
--indigo-400: #9550FB;
--indigo-500: #761EFA;
--indigo-600: #5B04DC;
--indigo-700: #4804AF;
--indigo-800: #34037D;
--indigo-900: #210250;
--indigo-950: #150132;
}