Indigo
#4C169C
PurpleColor Codes
All color formats for development
HEX
#4C169CRGB
rgb(76, 22, 156)HSL
hsl(264, 75%, 35%)OKLCH
oklch(0.38 0.192 292.7)CMYK
cmyk(51%, 86%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44148D
2#3D127D
3#35106D
4#2E0D5E
5#260B4E
6#1E093E
7#17072F
8#0F041F
9#080210
Tints
Lighter variations
1#5A1AB9
2#681FD6
3#7A34E2
4#8D51E6
5#A06EEA
6#B38BEE
7#C6A8F3
8#D9C5F7
9#ECE2FB
Tones
Muted variations
1#4D1D95
2#4F248F
3#502A88
4#513181
5#53387B
6#543E74
7#55456D
8#574C67
9#585360
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 | BC98 #BC98F0 | BordersInactive statesPlaceholder text |
| 400 | 9863 #9863E9 | Disabled statesSecondary iconsMuted text |
| 500 | 7B36 #7B36E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F1C #5F1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C16 #4C169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3610 #361070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 230A #230A47 | 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: #BC98F0;
--indigo-400: #9863E9;
--indigo-500: #7B36E2;
--indigo-600: #5F1CC4;
--indigo-700: #4C169C;
--indigo-800: #361070;
--indigo-900: #230A47;
--indigo-950: #16062D;
}