Indigo
#4D0878
PurpleColor Codes
All color formats for development
HEX
#4D0878RGB
rgb(77, 8, 120)HSL
hsl(277, 88%, 25%)OKLCH
oklch(0.337 0.166 306.1)CMYK
cmyk(36%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45076C
2#3D0660
3#360554
4#2E0548
5#26043C
6#1F0330
7#170224
8#0F0218
9#08010C
Tints
Lighter variations
1#640A9C
2#7B0CC0
3#920FE4
4#A427F1
5#B34BF4
6#C26FF6
7#D193F8
8#E1B7FA
9#F0DBFD
Tones
Muted variations
1#4C0D72
2#4A136D
3#491867
4#481E61
5#46245C
6#452956
7#442F51
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 | F1DD #F1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5C1 #E5C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D091 #D091F8 | BordersInactive statesPlaceholder text |
| 400 | B857 #B857F4 | Disabled statesSecondary iconsMuted text |
| 500 | A427 #A427F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 870D #870DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6C0B #6C0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4D08 #4D0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3105 #31054D | Primary textHigh emphasis contentDark headings |
| 950 | 1F03 #1F0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F1FE;
--indigo-100: #F1DDFD;
--indigo-200: #E5C1FB;
--indigo-300: #D091F8;
--indigo-400: #B857F4;
--indigo-500: #A427F1;
--indigo-600: #870DD3;
--indigo-700: #6C0BA8;
--indigo-800: #4D0878;
--indigo-900: #31054D;
--indigo-950: #1F0330;
}