Indigo
#370A76
PurpleColor Codes
All color formats for development
HEX
#370A76RGB
rgb(55, 10, 118)HSL
hsl(265, 84%, 25%)OKLCH
oklch(0.306 0.159 292.5)CMYK
cmyk(53%, 92%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31096A
2#2C085E
3#260752
4#210646
5#1B053B
6#16042F
7#100323
8#0B0217
9#05010C
Tints
Lighter variations
1#470D98
2#5810BC
3#6813DF
4#7C2CED
5#924FF0
6#A872F3
7#BE95F6
8#D3B9F9
9#E9DCFC
Tones
Muted variations
1#381070
2#39156B
3#3A1A65
4#3A2060
5#3B255B
6#3C2A55
7#3D3050
8#3E354A
9#3F3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDE #EBDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C2 #D9C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | BC93 #BC93F6 | BordersInactive statesPlaceholder text |
| 400 | 995B #995BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 7C2C #7C2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 6012 #6012CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D0E #4D0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 370A #370A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2307 #23074B | Primary textHigh emphasis contentDark headings |
| 950 | 1604 #16042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FE;
--indigo-100: #EBDEFC;
--indigo-200: #D9C2FA;
--indigo-300: #BC93F6;
--indigo-400: #995BF1;
--indigo-500: #7C2CED;
--indigo-600: #6012CE;
--indigo-700: #4D0EA4;
--indigo-800: #370A75;
--indigo-900: #23074B;
--indigo-950: #16042F;
}