Indigo
#3C0B74
PurpleColor Codes
All color formats for development
HEX
#3C0B74RGB
rgb(60, 11, 116)HSL
hsl(268, 83%, 25%)OKLCH
oklch(0.311 0.157 296.5)CMYK
cmyk(48%, 91%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#360A69
2#30095D
3#2A0852
4#240746
5#1E053A
6#18042F
7#120323
8#0C0217
9#06010C
Tints
Lighter variations
1#4E0E98
2#6011BB
3#7215DE
4#862DEB
5#9A50EF
6#AE73F2
7#C296F5
8#D7B9F8
9#EBDCFC
Tones
Muted variations
1#3D106F
2#3D156A
3#3D1B65
4#3E205F
5#3E255A
6#3E2B55
7#3F3050
8#3F354A
9#3F3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDE #ECDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC2 #DCC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | C194 #C194F5 | BordersInactive statesPlaceholder text |
| 400 | A15C #A15CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 862D #862DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 6A13 #6A13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 540F #540FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C0B #3C0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2707 #27074B | Primary textHigh emphasis contentDark headings |
| 950 | 1804 #18042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F1FE;
--indigo-100: #ECDEFC;
--indigo-200: #DCC2F9;
--indigo-300: #C194F5;
--indigo-400: #A15CF0;
--indigo-500: #862DEB;
--indigo-600: #6A13CD;
--indigo-700: #540FA3;
--indigo-800: #3C0B75;
--indigo-900: #27074B;
--indigo-950: #18042F;
}