Indigo
#490878
PurpleColor Codes
All color formats for development
HEX
#490878RGB
rgb(73, 8, 120)HSL
hsl(275, 88%, 25%)OKLCH
oklch(0.331 0.165 303.6)CMYK
cmyk(39%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42076C
2#3A0660
3#330554
4#2C0548
5#25043C
6#1D0330
7#160224
8#0F0218
9#07010C
Tints
Lighter variations
1#5F0A9C
2#750CC0
3#8B0FE4
4#9D27F1
5#AD4BF4
6#BE6FF6
7#CE93F8
8#DEB7FA
9#EFDBFD
Tones
Muted variations
1#480D72
2#47136D
3#461867
4#451E61
5#44245C
6#432956
7#432F51
8#42354B
9#413A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DD #F0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C1 #E3C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | CD91 #CD91F8 | BordersInactive statesPlaceholder text |
| 400 | B357 #B357F4 | Disabled statesSecondary iconsMuted text |
| 500 | 9D27 #9D27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 810D #810DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 660B #660BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4908 #490878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F05 #2F054D | Primary textHigh emphasis contentDark headings |
| 950 | 1D03 #1D0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F1FE;
--indigo-100: #F0DDFD;
--indigo-200: #E3C1FB;
--indigo-300: #CD91F8;
--indigo-400: #B357F4;
--indigo-500: #9D27F1;
--indigo-600: #810DD3;
--indigo-700: #660BA8;
--indigo-800: #490878;
--indigo-900: #2F054D;
--indigo-950: #1D0330;
}