Indigo
#370C73
PurpleColor Codes
All color formats for development
HEX
#370C73RGB
rgb(55, 12, 115)HSL
hsl(265, 81%, 25%)OKLCH
oklch(0.305 0.155 293.3)CMYK
cmyk(52%, 90%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#320B68
2#2C0A5C
3#270851
4#210745
5#1C063A
6#16052E
7#110423
8#0B0217
9#06010C
Tints
Lighter variations
1#481096
2#5813B9
3#6917DB
4#7D2FE9
5#9252ED
6#A875F0
7#BE97F4
8#D4BAF8
9#E9DCFB
Tones
Muted variations
1#38116E
2#391669
3#3A1C64
4#3B215F
5#3B265A
6#3C2B54
7#3D304F
8#3E354A
9#3F3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDF #EBDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C3 #D9C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | BC95 #BC95F4 | BordersInactive statesPlaceholder text |
| 400 | 9A5D #9A5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 7D2F #7D2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6115 #6115CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D11 #4D11A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 370C #370C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2308 #23084A | Primary textHigh emphasis contentDark headings |
| 950 | 1605 #16052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FE;
--indigo-100: #EBDFFC;
--indigo-200: #D9C3F9;
--indigo-300: #BC95F4;
--indigo-400: #9A5DEE;
--indigo-500: #7D2FE9;
--indigo-600: #6115CB;
--indigo-700: #4D11A2;
--indigo-800: #370C73;
--indigo-900: #23084A;
--indigo-950: #16052E;
}