Indigo
#370D72
PurpleColor Codes
All color formats for development
HEX
#370D72RGB
rgb(55, 13, 114)HSL
hsl(265, 80%, 25%)OKLCH
oklch(0.304 0.153 293.6)CMYK
cmyk(52%, 89%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#320B67
2#2C0A5C
3#270950
4#210845
5#1C0639
6#16052E
7#110422
8#0B0317
9#06010B
Tints
Lighter variations
1#481195
2#5814B8
3#6918DA
4#7D30E8
5#9353EC
6#A875F0
7#BE98F4
8#D4BAF7
9#E9DDFB
Tones
Muted variations
1#38126E
2#391769
3#3A1C63
4#3B215E
5#3B2659
6#3C2B54
7#3D304F
8#3E364A
9#3F3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDF #EBDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C3 #D9C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BD95 #BD95F3 | BordersInactive statesPlaceholder text |
| 400 | 9A5E #9A5EED | Disabled statesSecondary iconsMuted text |
| 500 | 7D30 #7D30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6116 #6116CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D12 #4D12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 370D #370D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2308 #230849 | 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: #F6F1FD;
--indigo-100: #EBDFFB;
--indigo-200: #D9C3F8;
--indigo-300: #BD95F3;
--indigo-400: #9A5EED;
--indigo-500: #7D30E8;
--indigo-600: #6116CA;
--indigo-700: #4D12A1;
--indigo-800: #370D73;
--indigo-900: #230849;
--indigo-950: #16052E;
}