Indigo
#4B0778
PurpleColor Codes
All color formats for development
HEX
#4B0778RGB
rgb(75, 7, 120)HSL
hsl(276, 89%, 25%)OKLCH
oklch(0.333 0.166 304.9)CMYK
cmyk(37%, 94%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44066C
2#3C0660
3#350554
4#2D0448
5#26043C
6#1E0330
7#170224
8#0F0118
9#08010C
Tints
Lighter variations
1#62099D
2#780BC1
3#8F0DE5
4#A126F2
5#B04AF4
6#C06EF7
7#D093F9
8#E0B7FB
9#EFDBFD
Tones
Muted variations
1#4A0D73
2#49126D
3#481867
4#471E62
5#45235C
6#442956
7#432F51
8#42344B
9#413A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DD #F0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4C0 #E4C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | CF90 #CF90F9 | BordersInactive statesPlaceholder text |
| 400 | B656 #B656F5 | Disabled statesSecondary iconsMuted text |
| 500 | A126 #A126F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 840C #840CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 690A #690AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4B07 #4B0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3004 #30044D | Primary textHigh emphasis contentDark headings |
| 950 | 1E03 #1E0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F1FE;
--indigo-100: #F0DDFD;
--indigo-200: #E4C0FB;
--indigo-300: #CF90F9;
--indigo-400: #B656F5;
--indigo-500: #A126F2;
--indigo-600: #840CD4;
--indigo-700: #690AA9;
--indigo-800: #4B0778;
--indigo-900: #30044D;
--indigo-950: #1E0330;
}