Indigo
#490679
PurpleColor Codes
All color formats for development
HEX
#490679RGB
rgb(73, 6, 121)HSL
hsl(275, 91%, 25%)OKLCH
oklch(0.331 0.167 303.4)CMYK
cmyk(40%, 95%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42056E
2#3B0561
3#330455
4#2C0349
5#25033D
6#1D0231
7#160225
8#0F0118
9#07010C
Tints
Lighter variations
1#5F079E
2#7509C3
3#8B0BE7
4#9E24F5
5#AE48F6
6#BE6DF8
7#CE91FA
8#DFB6FC
9#EFDAFD
Tones
Muted variations
1#480C74
2#47116E
3#471768
4#461D63
5#45235D
6#442957
7#432E51
8#42344B
9#413A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DD #F0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C0 #E3C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | CD8F #CD8FFA | BordersInactive statesPlaceholder text |
| 400 | B355 #B355F7 | Disabled statesSecondary iconsMuted text |
| 500 | 9E24 #9E24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 810A #810AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6708 #6708AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4906 #49067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F04 #2F044E | Primary textHigh emphasis contentDark headings |
| 950 | 1D02 #1D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F0FE;
--indigo-100: #F0DDFD;
--indigo-200: #E3C0FC;
--indigo-300: #CD8FFA;
--indigo-400: #B355F7;
--indigo-500: #9E24F5;
--indigo-600: #810AD6;
--indigo-700: #6708AA;
--indigo-800: #49067A;
--indigo-900: #2F044E;
--indigo-950: #1D0231;
}