Indigo
#390C73
PurpleColor Codes
All color formats for development
HEX
#390C73RGB
rgb(57, 12, 115)HSL
hsl(266, 81%, 25%)OKLCH
oklch(0.307 0.155 294.7)CMYK
cmyk(50%, 90%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#330B68
2#2D0A5C
3#280851
4#220745
5#1C063A
6#17052E
7#110423
8#0B0217
9#06010C
Tints
Lighter variations
1#4A1096
2#5B13B9
3#6C17DB
4#802FE9
5#9552ED
6#AA75F0
7#BF97F4
8#D5BAF8
9#EADCFB
Tones
Muted variations
1#3A116E
2#3A1669
3#3B1C64
4#3C215F
5#3C265A
6#3D2B54
7#3E304F
8#3E354A
9#3F3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDF #EBDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC3 #DAC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | BE95 #BE95F4 | BordersInactive statesPlaceholder text |
| 400 | 9C5D #9C5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 802F #802FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6415 #6415CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5011 #5011A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 390C #390C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2408 #24084A | Primary textHigh emphasis contentDark headings |
| 950 | 1705 #17052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F1FE;
--indigo-100: #EBDFFC;
--indigo-200: #DAC3F9;
--indigo-300: #BE95F4;
--indigo-400: #9C5DEE;
--indigo-500: #802FE9;
--indigo-600: #6415CB;
--indigo-700: #5011A2;
--indigo-800: #390C73;
--indigo-900: #24084A;
--indigo-950: #17052E;
}