Indigo
#4D0E71
PurpleColor Codes
All color formats for development
HEX
#4D0E71RGB
rgb(77, 14, 113)HSL
hsl(278, 78%, 25%)OKLCH
oklch(0.334 0.155 308.5)CMYK
cmyk(32%, 88%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#450D66
2#3E0B5B
3#360A4F
4#2E0844
5#270739
6#1F062D
7#170422
8#0F0317
9#08010B
Tints
Lighter variations
1#641294
2#7B16B6
3#921BD8
4#A433E6
5#B355EA
6#C277EE
7#D299F2
8#E1BBF7
9#F0DDFB
Tones
Muted variations
1#4C136D
2#4A1868
3#491D63
4#48225E
5#462759
6#452C54
7#44314F
8#42364A
9#413B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DF #F1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5C4 #E5C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D197 #D197F2 | BordersInactive statesPlaceholder text |
| 400 | B860 #B860EB | Disabled statesSecondary iconsMuted text |
| 500 | A433 #A433E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8819 #8819C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6C14 #6C149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4D0E #4D0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3109 #310949 | Primary textHigh emphasis contentDark headings |
| 950 | 1F06 #1F062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F1FD;
--indigo-100: #F1DFFB;
--indigo-200: #E5C4F8;
--indigo-300: #D197F2;
--indigo-400: #B860EB;
--indigo-500: #A433E6;
--indigo-600: #8819C8;
--indigo-700: #6C149F;
--indigo-800: #4D0E71;
--indigo-900: #310949;
--indigo-950: #1F062D;
}