Indigo
#4504AE
PurpleColor Codes
All color formats for development
HEX
#4504AERGB
rgb(69, 4, 174)HSL
hsl(263, 96%, 35%)OKLCH
oklch(0.382 0.219 286.1)CMYK
cmyk(60%, 98%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E039D
2#37038C
3#30027A
4#2A0269
5#230257
6#1C0146
7#150134
8#0E0123
9#070011
Tints
Lighter variations
1#5204CF
2#5F05F0
3#711CFA
4#853CFB
5#9A5DFC
6#AE7DFC
7#C29EFD
8#D6BEFE
9#EBDFFE
Tones
Muted variations
1#470CA6
2#49159E
3#4B1D95
4#4D268D
5#4F2E84
6#51377C
7#534073
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 | D6BE #D6BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | B78C #B78CFD | BordersInactive statesPlaceholder text |
| 400 | 9250 #9250FB | Disabled statesSecondary iconsMuted text |
| 500 | 731E #731EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5704 #5704DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4504 #4504AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3103 #31037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2002 #200250 | Primary textHigh emphasis contentDark headings |
| 950 | 1401 #140132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FF;
--indigo-100: #E9DCFE;
--indigo-200: #D6BEFE;
--indigo-300: #B78CFD;
--indigo-400: #9250FB;
--indigo-500: #731EFA;
--indigo-600: #5704DC;
--indigo-700: #4504AF;
--indigo-800: #31037D;
--indigo-900: #200250;
--indigo-950: #140132;
}