Indigo
#4A0D73
PurpleColor Codes
All color formats for development
HEX
#4A0D73RGB
rgb(74, 13, 115)HSL
hsl(276, 80%, 25%)OKLCH
oklch(0.331 0.157 305.9)CMYK
cmyk(36%, 89%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#430B67
2#3B0A5C
3#340950
4#2C0845
5#250639
6#1E052E
7#160422
8#0F0317
9#07010B
Tints
Lighter variations
1#601195
2#7614B8
3#8D18DA
4#9F30E8
5#AF53EC
6#BF75F0
7#CF98F4
8#DFBAF7
9#EFDDFB
Tones
Muted variations
1#49126E
2#481769
3#471C63
4#46215E
5#452659
6#442B54
7#43304F
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 | E3C3 #E3C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CE95 #CE95F3 | BordersInactive statesPlaceholder text |
| 400 | B45E #B45EED | Disabled statesSecondary iconsMuted text |
| 500 | 9F30 #9F30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8216 #8216CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6812 #6812A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A0D #4A0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F08 #2F0849 | Primary textHigh emphasis contentDark headings |
| 950 | 1E05 #1E052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F1FD;
--indigo-100: #F0DFFB;
--indigo-200: #E3C3F8;
--indigo-300: #CE95F3;
--indigo-400: #B45EED;
--indigo-500: #9F30E8;
--indigo-600: #8216CA;
--indigo-700: #6812A1;
--indigo-800: #4A0D73;
--indigo-900: #2F0849;
--indigo-950: #1E052E;
}