Indigo
#4A0E71
PurpleColor Codes
All color formats for development
HEX
#4A0E71RGB
rgb(74, 14, 113)HSL
hsl(276, 78%, 25%)OKLCH
oklch(0.33 0.154 306.6)CMYK
cmyk(35%, 88%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#420D66
2#3B0B5B
3#340A4F
4#2C0844
5#250739
6#1D062D
7#160422
8#0F0317
9#07010B
Tints
Lighter variations
1#601294
2#7616B6
3#8C1BD8
4#9E33E6
5#AE55EA
6#BE77EE
7#CF99F2
8#DFBBF7
9#EFDDFB
Tones
Muted variations
1#49136D
2#481868
3#471D63
4#46225E
5#452759
6#442C54
7#43314F
8#42364A
9#413B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DF #F0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C4 #E3C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CD97 #CD97F2 | BordersInactive statesPlaceholder text |
| 400 | B460 #B460EB | Disabled statesSecondary iconsMuted text |
| 500 | 9E33 #9E33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8219 #8219C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6714 #67149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A0E #4A0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F09 #2F0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1D06 #1D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F1FD;
--indigo-100: #F0DFFB;
--indigo-200: #E3C4F8;
--indigo-300: #CD97F2;
--indigo-400: #B460EB;
--indigo-500: #9E33E6;
--indigo-600: #8219C8;
--indigo-700: #67149F;
--indigo-800: #4A0E71;
--indigo-900: #2F0949;
--indigo-950: #1D062D;
}