Indigo
#42037D
PurpleColor Codes
All color formats for development
HEX
#42037DRGB
rgb(66, 3, 125)HSL
hsl(271, 95%, 25%)OKLCH
oklch(0.323 0.172 297.8)CMYK
cmyk(47%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B0370
2#350363
3#2E0257
4#27024B
5#21023E
6#1A0132
7#140125
8#0D0119
9#07000C
Tints
Lighter variations
1#5504A2
2#6905C7
3#7D06EC
4#901FF9
5#A245FA
6#B56AFB
7#C78FFC
8#DAB4FD
9#ECDAFE
Tones
Muted variations
1#420976
2#410F70
3#41156A
4#411B64
5#41215E
6#412858
7#402E52
8#40344C
9#403A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDC #EEDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFBE #DFBEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C68D #C68DFC | BordersInactive statesPlaceholder text |
| 400 | A951 #A951FB | Disabled statesSecondary iconsMuted text |
| 500 | 901F #901FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7406 #7406DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C04 #5C04AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4203 #42037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A02 #2A0250 | Primary textHigh emphasis contentDark headings |
| 950 | 1A01 #1A0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F0FF;
--indigo-100: #EEDCFE;
--indigo-200: #DFBEFD;
--indigo-300: #C68DFC;
--indigo-400: #A951FB;
--indigo-500: #901FF9;
--indigo-600: #7406DB;
--indigo-700: #5C04AE;
--indigo-800: #42037C;
--indigo-900: #2A0250;
--indigo-950: #1A0132;
}