Indigo
#4D13A0
PurpleColor Codes
All color formats for development
HEX
#4D13A0RGB
rgb(77, 19, 160)HSL
hsl(265, 79%, 35%)OKLCH
oklch(0.383 0.198 292.4)CMYK
cmyk(52%, 88%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#461190
2#3E0F80
3#360D70
4#2E0B60
5#270950
6#1F0740
7#170630
8#0F0420
9#080210
Tints
Lighter variations
1#5C16BD
2#6A1ADB
3#7C2FE7
4#8E4DEA
5#A16BEE
6#B488F1
7#C7A6F5
8#D9C4F8
9#ECE1FC
Tones
Muted variations
1#4F1A99
2#502192
3#51288B
4#522F84
5#53367D
6#553D75
7#56446E
8#574B67
9#585260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDF #EBDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C4 #D9C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BD96 #BD96F3 | BordersInactive statesPlaceholder text |
| 400 | 9A5F #9A5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 7D32 #7D32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6118 #6118C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D13 #4D13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 370D #370D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2309 #230949 | Primary textHigh emphasis contentDark headings |
| 950 | 1605 #16052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FD;
--indigo-100: #EBDFFB;
--indigo-200: #D9C4F8;
--indigo-300: #BD96F3;
--indigo-400: #9A5FEC;
--indigo-500: #7D32E7;
--indigo-600: #6118C9;
--indigo-700: #4D13A0;
--indigo-800: #370D72;
--indigo-900: #230949;
--indigo-950: #16052E;
}