Indigo
#3C0878
PurpleColor Codes
All color formats for development
HEX
#3C0878RGB
rgb(60, 8, 120)HSL
hsl(268, 88%, 25%)OKLCH
oklch(0.313 0.163 295.3)CMYK
cmyk(50%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36076C
2#300660
3#2A0554
4#240548
5#1E043C
6#180330
7#120224
8#0C0218
9#06010C
Tints
Lighter variations
1#4E0A9C
2#600CC0
3#720FE4
4#8627F1
5#9A4BF4
6#AE6FF6
7#C293F8
8#D7B7FA
9#EBDBFD
Tones
Muted variations
1#3C0D72
2#3D136D
3#3D1867
4#3E1E61
5#3E245C
6#3E2956
7#3F2F51
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 | ECDD #ECDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC1 #DCC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C191 #C191F8 | BordersInactive statesPlaceholder text |
| 400 | A157 #A157F4 | Disabled statesSecondary iconsMuted text |
| 500 | 8627 #8627F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6A0D #6A0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 540B #540BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C08 #3C0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2605 #26054D | 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: #ECDDFD;
--indigo-200: #DCC1FB;
--indigo-300: #C191F8;
--indigo-400: #A157F4;
--indigo-500: #8627F1;
--indigo-600: #6A0DD3;
--indigo-700: #540BA8;
--indigo-800: #3C0878;
--indigo-900: #26054D;
--indigo-950: #180330;
}