Indigo
#4D0DA5
PurpleColor Codes
All color formats for development
HEX
#4D0DA5RGB
rgb(77, 13, 165)HSL
hsl(265, 85%, 35%)OKLCH
oklch(0.385 0.206 291.6)CMYK
cmyk(53%, 92%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#450C95
2#3D0B84
3#360974
4#2E0863
5#260753
6#1F0542
7#170432
8#0F0321
9#080111
Tints
Lighter variations
1#5B10C4
2#6912E2
3#7B28EE
4#8D47F0
5#A066F3
6#B384F5
7#C6A3F8
8#D9C2FA
9#ECE0FD
Tones
Muted variations
1#4E159E
2#4F1D96
3#50248E
4#522C87
5#53337F
6#543B78
7#554270
8#574A68
9#585261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDE #EBDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C2 #D9C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | BC92 #BC92F6 | BordersInactive statesPlaceholder text |
| 400 | 995A #995AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C2B #7C2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 6011 #6011D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D0D #4D0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 370A #370A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2306 #23064B | Primary textHigh emphasis contentDark headings |
| 950 | 1604 #16042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FE;
--indigo-100: #EBDEFC;
--indigo-200: #D9C2FA;
--indigo-300: #BC92F6;
--indigo-400: #995AF2;
--indigo-500: #7C2BEE;
--indigo-600: #6011D0;
--indigo-700: #4D0DA5;
--indigo-800: #370A76;
--indigo-900: #23064B;
--indigo-950: #16042F;
}