Indigo
#4E06AC
PurpleColor Codes
All color formats for development
HEX
#4E06ACRGB
rgb(78, 6, 172)HSL
hsl(266, 93%, 35%)OKLCH
oklch(0.39 0.216 290.7)CMYK
cmyk(55%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#46069B
2#3F058A
3#370479
4#2F0467
5#270356
6#1F0245
7#170234
8#100122
9#080111
Tints
Lighter variations
1#5D07CC
2#6B09EC
3#7D1FF7
4#8F3FF8
5#A25FF9
6#B47FFA
7#C79FFC
8#DABFFD
9#ECDFFE
Tones
Muted variations
1#4F0FA4
2#50179C
3#521F93
4#53278B
5#543083
6#55387A
7#564072
8#57496A
9#585162
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 #DABFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | BD8E #BD8EFB | BordersInactive statesPlaceholder text |
| 400 | 9B53 #9B53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 7E22 #7E22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6208 #6208D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E06 #4E06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3804 #38047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2403 #24034F | 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: #DABFFD;
--indigo-300: #BD8EFB;
--indigo-400: #9B53F9;
--indigo-500: #7E22F7;
--indigo-600: #6208D9;
--indigo-700: #4E06AC;
--indigo-800: #38047B;
--indigo-900: #24034F;
--indigo-950: #160231;
}