Indigo
#4E05AD
PurpleColor Codes
All color formats for development
HEX
#4E05ADRGB
rgb(78, 5, 173)HSL
hsl(266, 94%, 35%)OKLCH
oklch(0.391 0.217 290.6)CMYK
cmyk(55%, 97%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#46059C
2#3E048B
3#370479
4#2F0368
5#270357
6#1F0245
7#170234
8#100123
9#080111
Tints
Lighter variations
1#5D06CD
2#6B07ED
3#7C1EF8
4#8F3EF9
5#A25EFA
6#B47EFB
7#C79FFC
8#DABFFD
9#ECDFFE
Tones
Muted variations
1#4F0EA5
2#50169C
3#511F94
4#53278C
5#542F83
6#55387B
7#564072
8#57486A
9#585162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDC #EBDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DABF #DABFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | BD8D #BD8DFB | BordersInactive statesPlaceholder text |
| 400 | 9B52 #9B52FA | Disabled statesSecondary iconsMuted text |
| 500 | 7E20 #7E20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6207 #6207DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E05 #4E05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3804 #38047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2402 #24024F | Primary textHigh emphasis contentDark headings |
| 950 | 1602 #160231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FF;
--indigo-100: #EBDCFE;
--indigo-200: #DABFFD;
--indigo-300: #BD8DFB;
--indigo-400: #9B52FA;
--indigo-500: #7E20F8;
--indigo-600: #6207DA;
--indigo-700: #4E05AD;
--indigo-800: #38047C;
--indigo-900: #24024F;
--indigo-950: #160231;
}