Indigo
#4A0C73
PurpleColor Codes
All color formats for development
HEX
#4A0C73RGB
rgb(74, 12, 115)HSL
hsl(276, 81%, 25%)OKLCH
oklch(0.33 0.157 306)CMYK
cmyk(36%, 90%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#430B68
2#3B0A5C
3#340851
4#2C0745
5#25063A
6#1E052E
7#160423
8#0F0217
9#07010C
Tints
Lighter variations
1#601096
2#7713B9
3#8D17DB
4#9F2FE9
5#AF52ED
6#BF75F0
7#CF97F4
8#DFBAF8
9#EFDCFB
Tones
Muted variations
1#49116E
2#481669
3#471C64
4#46215F
5#45265A
6#442B54
7#43304F
8#42354A
9#413B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DF #F0DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C3 #E3C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | CE95 #CE95F4 | BordersInactive statesPlaceholder text |
| 400 | B45D #B45DEE | Disabled statesSecondary iconsMuted text |
| 500 | 9F2F #9F2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8215 #8215CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6811 #6811A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A0C #4A0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F08 #2F084A | 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: #F9F1FE;
--indigo-100: #F0DFFC;
--indigo-200: #E3C3F9;
--indigo-300: #CE95F4;
--indigo-400: #B45DEE;
--indigo-500: #9F2FE9;
--indigo-600: #8215CB;
--indigo-700: #6811A2;
--indigo-800: #4A0C73;
--indigo-900: #2F084A;
--indigo-950: #1E052E;
}