Indigo
#4B0878
PurpleColor Codes
All color formats for development
HEX
#4B0878RGB
rgb(75, 8, 120)HSL
hsl(276, 88%, 25%)OKLCH
oklch(0.334 0.165 304.9)CMYK
cmyk(37%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43076C
2#3C0660
3#340554
4#2D0548
5#25043C
6#1E0330
7#160224
8#0F0218
9#07010C
Tints
Lighter variations
1#610A9C
2#780CC0
3#8E0FE4
4#A027F1
5#B04BF4
6#C06FF6
7#D093F8
8#DFB7FA
9#EFDBFD
Tones
Muted variations
1#4A0D72
2#49136D
3#481867
4#461E61
5#45245C
6#442956
7#432F51
8#42354B
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 | E4C1 #E4C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | CF91 #CF91F8 | BordersInactive statesPlaceholder text |
| 400 | B557 #B557F4 | Disabled statesSecondary iconsMuted text |
| 500 | A027 #A027F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 840D #840DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 690B #690BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4B08 #4B0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3005 #30054D | 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: #E4C1FB;
--indigo-300: #CF91F8;
--indigo-400: #B557F4;
--indigo-500: #A027F1;
--indigo-600: #840DD3;
--indigo-700: #690BA8;
--indigo-800: #4B0878;
--indigo-900: #30054D;
--indigo-950: #1E0330;
}