Indigo
#4D0FA3
PurpleColor Codes
All color formats for development
HEX
#4D0FA3RGB
rgb(77, 15, 163)HSL
hsl(265, 83%, 35%)OKLCH
oklch(0.384 0.203 292)CMYK
cmyk(53%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#450E93
2#3E0C83
3#360B72
4#2E0962
5#260852
6#1F0641
7#170531
8#0F0321
9#080210
Tints
Lighter variations
1#5B12C2
2#6915E0
3#7B2BEB
4#8E49EE
5#A167F1
6#B486F4
7#C6A4F7
8#D9C2F9
9#ECE1FC
Tones
Muted variations
1#4E179C
2#4F1E95
3#51258D
4#522D86
5#53347E
6#543C77
7#56436F
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 #D9C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | BC94 #BC94F5 | BordersInactive statesPlaceholder text |
| 400 | 995C #995CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 7C2D #7C2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 6113 #6113CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D0F #4D0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 370B #370B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2307 #23074B | 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: #D9C2F9;
--indigo-300: #BC94F5;
--indigo-400: #995CF0;
--indigo-500: #7C2DEB;
--indigo-600: #6113CD;
--indigo-700: #4D0FA3;
--indigo-800: #370B75;
--indigo-900: #23074B;
--indigo-950: #16042F;
}