Indigo
#49149F
PurpleColor Codes
All color formats for development
HEX
#49149FRGB
rgb(73, 20, 159)HSL
hsl(263, 78%, 35%)OKLCH
oklch(0.378 0.196 290.6)CMYK
cmyk(54%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42128F
2#3A107F
3#330E6F
4#2C0C5F
5#250A4F
6#1D0840
7#160630
8#0F0420
9#070210
Tints
Lighter variations
1#5717BC
2#641BDA
3#7630E5
4#894EE9
5#9D6BED
6#B189F0
7#C4A6F4
8#D8C4F8
9#EBE1FB
Tones
Muted variations
1#4B1B98
2#4C2291
3#4E298A
4#502F83
5#51367C
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 | BA97 #BA97F2 | BordersInactive statesPlaceholder text |
| 400 | 9660 #9660EB | Disabled statesSecondary iconsMuted text |
| 500 | 7733 #7733E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C19 #5C19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4914 #49149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 340E #340E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2109 #210949 | Primary textHigh emphasis contentDark headings |
| 950 | 1506 #15062D | 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: #BA97F2;
--indigo-400: #9660EB;
--indigo-500: #7733E6;
--indigo-600: #5C19C8;
--indigo-700: #49149F;
--indigo-800: #340E71;
--indigo-900: #210949;
--indigo-950: #15062D;
}