Indigo
#4C159D
PurpleColor Codes
All color formats for development
HEX
#4C159DRGB
rgb(76, 21, 157)HSL
hsl(264, 76%, 35%)OKLCH
oklch(0.38 0.193 292.5)CMYK
cmyk(52%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44138D
2#3D117E
3#350F6E
4#2D0D5E
5#260B4F
6#1E093F
7#17062F
8#0F041F
9#080210
Tints
Lighter variations
1#5A19BA
2#681DD7
3#7933E3
4#8C50E7
5#A06DEB
6#B38AEF
7#C6A7F3
8#D9C5F7
9#ECE2FB
Tones
Muted variations
1#4D1C96
2#4E2390
3#502A89
4#513182
5#52377B
6#543E74
7#55456E
8#574C67
9#585260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAE0 #EAE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C5 #D9C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | BB98 #BB98F1 | BordersInactive statesPlaceholder text |
| 400 | 9862 #9862EA | Disabled statesSecondary iconsMuted text |
| 500 | 7B35 #7B35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F1B #5F1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C15 #4C159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 360F #360F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 230A #230A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1606 #16062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F2FD;
--indigo-100: #EAE0FB;
--indigo-200: #D9C5F7;
--indigo-300: #BB98F1;
--indigo-400: #9862EA;
--indigo-500: #7B35E3;
--indigo-600: #5F1BC5;
--indigo-700: #4C159D;
--indigo-800: #360F70;
--indigo-900: #230A48;
--indigo-950: #16062D;
}