Indigo
#3C047B
PurpleColor Codes
All color formats for development
HEX
#3C047BRGB
rgb(60, 4, 123)HSL
hsl(268, 94%, 25%)OKLCH
oklch(0.314 0.168 294.7)CMYK
cmyk(51%, 97%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36036F
2#300363
3#2A0357
4#24024A
5#1E023E
6#180231
7#120125
8#0C0119
9#06000C
Tints
Lighter variations
1#4E05A1
2#6006C6
3#7207EB
4#8520F8
5#9945F9
6#AE6BFA
7#C290FC
8#D6B5FD
9#EBDAFE
Tones
Muted variations
1#3C0A76
2#3D1070
3#3D166A
4#3D1C64
5#3E225E
6#3E2858
7#3F2E52
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 | ECDC #ECDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCBF #DCBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C18D #C18DFB | BordersInactive statesPlaceholder text |
| 400 | A052 #A052FA | Disabled statesSecondary iconsMuted text |
| 500 | 8520 #8520F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6907 #6907DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5405 #5405AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C04 #3C047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2602 #26024F | Primary textHigh emphasis contentDark headings |
| 950 | 1802 #180231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F0FF;
--indigo-100: #ECDCFE;
--indigo-200: #DCBFFD;
--indigo-300: #C18DFB;
--indigo-400: #A052FA;
--indigo-500: #8520F8;
--indigo-600: #6907DA;
--indigo-700: #5405AD;
--indigo-800: #3C047C;
--indigo-900: #26024F;
--indigo-950: #180231;
}