Indigo
#4E07AB
PurpleColor Codes
All color formats for development
HEX
#4E07ABRGB
rgb(78, 7, 171)HSL
hsl(266, 92%, 35%)OKLCH
oklch(0.39 0.214 290.9)CMYK
cmyk(54%, 96%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#46069A
2#3F0689
3#370578
4#2F0467
5#270456
6#1F0345
7#170233
8#100122
9#080111
Tints
Lighter variations
1#5D08CB
2#6B0AEB
3#7D20F6
4#8F40F7
5#A260F8
6#B580FA
7#C7A0FB
8#DABFFC
9#ECDFFE
Tones
Muted variations
1#4F0FA3
2#50189B
3#522093
4#53288B
5#543082
6#55387A
7#564172
8#57496A
9#585161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDD #EBDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DABF #DABFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | BD8E #BD8EFA | BordersInactive statesPlaceholder text |
| 400 | 9B54 #9B54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 7E23 #7E23F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6209 #6209D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E07 #4E07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3805 #38057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2403 #24034E | 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: #F6F0FE;
--indigo-100: #EBDDFE;
--indigo-200: #DABFFC;
--indigo-300: #BD8EFA;
--indigo-400: #9B54F8;
--indigo-500: #7E23F6;
--indigo-600: #6209D7;
--indigo-700: #4E07AB;
--indigo-800: #38057A;
--indigo-900: #24034E;
--indigo-950: #160231;
}