Indigo
#3C0877
PurpleColor Codes
All color formats for development
HEX
#3C0877RGB
rgb(60, 8, 119)HSL
hsl(268, 87%, 25%)OKLCH
oklch(0.312 0.162 295.7)CMYK
cmyk(50%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36076B
2#30075F
3#2A0653
4#240548
5#1E043C
6#180330
7#120224
8#0C0218
9#06010C
Tints
Lighter variations
1#4E0B9B
2#600DBF
3#7210E3
4#8628F0
5#9A4CF3
6#AE70F5
7#C294F8
8#D7B7FA
9#EBDBFD
Tones
Muted variations
1#3C0E72
2#3D136C
3#3D1967
4#3E1E61
5#3E245B
6#3E2A56
7#3F2F50
8#3F354B
9#3F3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDE #ECDEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC1 #DCC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C191 #C191F7 | BordersInactive statesPlaceholder text |
| 400 | A158 #A158F3 | Disabled statesSecondary iconsMuted text |
| 500 | 8628 #8628F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6A0F #6A0FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 540C #540CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C08 #3C0877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2605 #26054C | Primary textHigh emphasis contentDark headings |
| 950 | 1803 #180330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F1FE;
--indigo-100: #ECDEFD;
--indigo-200: #DCC1FB;
--indigo-300: #C191F7;
--indigo-400: #A158F3;
--indigo-500: #8628F0;
--indigo-600: #6A0FD2;
--indigo-700: #540CA7;
--indigo-800: #3C0877;
--indigo-900: #26054C;
--indigo-950: #180330;
}