Indigo
#38037D
PurpleColor Codes
All color formats for development
HEX
#38037DRGB
rgb(56, 3, 125)HSL
hsl(266, 95%, 25%)OKLCH
oklch(0.311 0.171 291.5)CMYK
cmyk(55%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#320370
2#2D0363
3#270257
4#21024B
5#1C023E
6#160132
7#110125
8#0B0119
9#06000C
Tints
Lighter variations
1#4804A2
2#5905C7
3#6A06EC
4#7E1FF9
5#9345FA
6#A96AFB
7#BE8FFC
8#D4B4FD
9#E9DAFE
Tones
Muted variations
1#380976
2#390F70
3#3A156A
4#3B1B64
5#3C215E
6#3D2858
7#3D2E52
8#3E344C
9#3F3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDC #EBDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DABE #DABEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | BD8D #BD8DFC | BordersInactive statesPlaceholder text |
| 400 | 9A51 #9A51FB | Disabled statesSecondary iconsMuted text |
| 500 | 7E1F #7E1FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6206 #6206DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E04 #4E04AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3803 #38037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2402 #240250 | Primary textHigh emphasis contentDark headings |
| 950 | 1601 #160132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FF;
--indigo-100: #EBDCFE;
--indigo-200: #DABEFD;
--indigo-300: #BD8DFC;
--indigo-400: #9A51FB;
--indigo-500: #7E1FF9;
--indigo-600: #6206DB;
--indigo-700: #4E04AE;
--indigo-800: #38037C;
--indigo-900: #240250;
--indigo-950: #160132;
}