Indigo
#4A0F71
PurpleColor Codes
All color formats for development
HEX
#4A0F71RGB
rgb(74, 15, 113)HSL
hsl(276, 77%, 25%)OKLCH
oklch(0.33 0.153 306.5)CMYK
cmyk(35%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#420D66
2#3B0C5A
3#330A4F
4#2C0944
5#250738
6#1D062D
7#160422
8#0F0317
9#07010B
Tints
Lighter variations
1#601393
2#7617B5
3#8C1CD6
4#9E34E5
5#AE56E9
6#BE78ED
7#CE99F2
8#DFBBF6
9#EFDDFB
Tones
Muted variations
1#49146C
2#481867
3#471D62
4#46225D
5#452758
6#442C53
7#43314E
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 #E3C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | CD97 #CD97F2 | BordersInactive statesPlaceholder text |
| 400 | B361 #B361EA | Disabled statesSecondary iconsMuted text |
| 500 | 9E34 #9E34E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 811A #811AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6715 #67159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A0F #4A0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F09 #2F0948 | 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: #E3C4F7;
--indigo-300: #CD97F2;
--indigo-400: #B361EA;
--indigo-500: #9E34E5;
--indigo-600: #811AC7;
--indigo-700: #67159E;
--indigo-800: #4A0F71;
--indigo-900: #2F0948;
--indigo-950: #1D062D;
}