Indigo
#470C73
PurpleColor Codes
All color formats for development
HEX
#470C73RGB
rgb(71, 12, 115)HSL
hsl(274, 81%, 25%)OKLCH
oklch(0.326 0.157 304)CMYK
cmyk(38%, 90%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#400B68
2#390A5C
3#310851
4#2A0745
5#23063A
6#1C052E
7#150423
8#0E0217
9#07010C
Tints
Lighter variations
1#5C1096
2#7113B9
3#8617DB
4#992FE9
5#AA52ED
6#BB75F0
7#CC97F4
8#DDBAF8
9#EEDCFB
Tones
Muted variations
1#46116E
2#451669
3#451C64
4#44215F
5#43265A
6#432B54
7#42304F
8#41354A
9#403B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDF #EFDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1C3 #E1C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | CB95 #CB95F4 | BordersInactive statesPlaceholder text |
| 400 | AF5D #AF5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 992F #992FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7C15 #7C15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6311 #6311A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 470C #470C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D08 #2D084A | Primary textHigh emphasis contentDark headings |
| 950 | 1C05 #1C052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F1FE;
--indigo-100: #EFDFFC;
--indigo-200: #E1C3F9;
--indigo-300: #CB95F4;
--indigo-400: #AF5DEE;
--indigo-500: #992FE9;
--indigo-600: #7C15CB;
--indigo-700: #6311A2;
--indigo-800: #470C73;
--indigo-900: #2D084A;
--indigo-950: #1C052E;
}