Indigo
#4913A0
PurpleColor Codes
All color formats for development
HEX
#4913A0RGB
rgb(73, 19, 160)HSL
hsl(263, 79%, 35%)OKLCH
oklch(0.379 0.198 290.4)CMYK
cmyk(54%, 88%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#421190
2#3A0F80
3#330D70
4#2C0B60
5#240950
6#1D0740
7#160630
8#0F0420
9#070210
Tints
Lighter variations
1#5616BD
2#641ADB
3#762FE7
4#894DEA
5#9D6BEE
6#B088F1
7#C4A6F5
8#D8C4F8
9#EBE1FC
Tones
Muted variations
1#4A1A99
2#4C2192
3#4E288B
4#4F2F84
5#51367D
6#533D75
7#54446E
8#564B67
9#585260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADF #EADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C4 #D8C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BA96 #BA96F3 | BordersInactive statesPlaceholder text |
| 400 | 955F #955FEC | Disabled statesSecondary iconsMuted text |
| 500 | 7732 #7732E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C18 #5C18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4913 #4913A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 340D #340D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2109 #210949 | Primary textHigh emphasis contentDark headings |
| 950 | 1505 #15052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FD;
--indigo-100: #EADFFB;
--indigo-200: #D8C4F8;
--indigo-300: #BA96F3;
--indigo-400: #955FEC;
--indigo-500: #7732E7;
--indigo-600: #5C18C9;
--indigo-700: #4913A0;
--indigo-800: #340D72;
--indigo-900: #210949;
--indigo-950: #15052E;
}