Indigo
#3A037C
PurpleColor Codes
All color formats for development
HEX
#3A037CRGB
rgb(58, 3, 124)HSL
hsl(267, 95%, 25%)OKLCH
oklch(0.312 0.17 293.1)CMYK
cmyk(53%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#340370
2#2E0363
3#280257
4#23024B
5#1D023E
6#170132
7#110125
8#0C0119
9#06000C
Tints
Lighter variations
1#4B04A2
2#5C05C7
3#6E06EC
4#811FF9
5#9645FA
6#AB6AFB
7#C08FFC
8#D5B4FD
9#EADAFE
Tones
Muted variations
1#3A0976
2#3B0F70
3#3C156A
4#3C1B64
5#3D215E
6#3D2858
7#3E2E52
8#3F344C
9#3F3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDC #EBDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBBE #DBBEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | BF8D #BF8DFC | BordersInactive statesPlaceholder text |
| 400 | 9D51 #9D51FB | Disabled statesSecondary iconsMuted text |
| 500 | 811F #811FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6606 #6606DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5104 #5104AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A03 #3A037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2502 #250250 | Primary textHigh emphasis contentDark headings |
| 950 | 1701 #170132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F0FF;
--indigo-100: #EBDCFE;
--indigo-200: #DBBEFD;
--indigo-300: #BF8DFC;
--indigo-400: #9D51FB;
--indigo-500: #811FF9;
--indigo-600: #6606DB;
--indigo-700: #5104AE;
--indigo-800: #3A037C;
--indigo-900: #250250;
--indigo-950: #170132;
}