Indigo
#4605AD
PurpleColor Codes
All color formats for development
HEX
#4605ADRGB
rgb(70, 5, 173)HSL
hsl(263, 94%, 35%)OKLCH
oklch(0.382 0.217 286.8)CMYK
cmyk(60%, 97%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F059C
2#38048B
3#310479
4#2A0368
5#230357
6#1C0245
7#150234
8#0E0123
9#070111
Tints
Lighter variations
1#5306CD
2#6007ED
3#721EF8
4#863EF9
5#9A5EFA
6#AE7EFB
7#C29FFC
8#D7BFFD
9#EBDFFE
Tones
Muted variations
1#480EA5
2#4A169C
3#4C1F94
4#4E278C
5#4F2F83
6#51387B
7#534072
8#55486A
9#575162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DC #E9DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7BF #D7BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B78D #B78DFB | BordersInactive statesPlaceholder text |
| 400 | 9252 #9252FA | Disabled statesSecondary iconsMuted text |
| 500 | 7320 #7320F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5807 #5807DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4605 #4605AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3204 #32047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2002 #20024F | Primary textHigh emphasis contentDark headings |
| 950 | 1402 #140231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FF;
--indigo-100: #E9DCFE;
--indigo-200: #D7BFFD;
--indigo-300: #B78DFB;
--indigo-400: #9252FA;
--indigo-500: #7320F8;
--indigo-600: #5807DA;
--indigo-700: #4605AD;
--indigo-800: #32047C;
--indigo-900: #20024F;
--indigo-950: #140231;
}