Indigo
#49159D
PurpleColor Codes
All color formats for development
HEX
#49159DRGB
rgb(73, 21, 157)HSL
hsl(263, 76%, 35%)OKLCH
oklch(0.377 0.193 291)CMYK
cmyk(54%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42138D
2#3B117E
3#330F6E
4#2C0D5E
5#250B4F
6#1D093F
7#16062F
8#0F041F
9#070210
Tints
Lighter variations
1#5719BA
2#651DD7
3#7633E3
4#8A50E7
5#9D6DEB
6#B18AEF
7#C4A7F3
8#D8C5F7
9#EBE2FB
Tones
Muted variations
1#4B1C96
2#4D2390
3#4E2A89
4#503182
5#51377B
6#533E74
7#55456E
8#564C67
9#585260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAE0 #EAE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C5 #D8C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | BA98 #BA98F1 | BordersInactive statesPlaceholder text |
| 400 | 9662 #9662EA | Disabled statesSecondary iconsMuted text |
| 500 | 7835 #7835E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C1B #5C1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4915 #49159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 340F #340F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 220A #220A48 | 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: #F6F2FD;
--indigo-100: #EAE0FB;
--indigo-200: #D8C5F7;
--indigo-300: #BA98F1;
--indigo-400: #9662EA;
--indigo-500: #7835E3;
--indigo-600: #5C1BC5;
--indigo-700: #49159D;
--indigo-800: #340F70;
--indigo-900: #220A48;
--indigo-950: #15062D;
}