Indigo
#3C0E71
PurpleColor Codes
All color formats for development
HEX
#3C0E71RGB
rgb(60, 14, 113)HSL
hsl(268, 78%, 25%)OKLCH
oklch(0.31 0.151 297.3)CMYK
cmyk(47%, 88%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#360D66
2#300B5B
3#2A0A4F
4#240844
5#1E0739
6#18062D
7#120422
8#0C0317
9#06010B
Tints
Lighter variations
1#4F1294
2#6116B6
3#731BD8
4#8633E6
5#9A55EA
6#AF77EE
7#C399F2
8#D7BBF7
9#EBDDFB
Tones
Muted variations
1#3D136D
2#3D1868
3#3D1D63
4#3E225E
5#3E2759
6#3E2C54
7#3F314F
8#3F364A
9#3F3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDF #ECDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC4 #DCC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C197 #C197F2 | BordersInactive statesPlaceholder text |
| 400 | A160 #A160EB | Disabled statesSecondary iconsMuted text |
| 500 | 8633 #8633E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6A19 #6A19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5514 #55149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C0E #3C0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2709 #270949 | Primary textHigh emphasis contentDark headings |
| 950 | 1806 #18062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F1FD;
--indigo-100: #ECDFFB;
--indigo-200: #DCC4F8;
--indigo-300: #C197F2;
--indigo-400: #A160EB;
--indigo-500: #8633E6;
--indigo-600: #6A19C8;
--indigo-700: #55149F;
--indigo-800: #3C0E71;
--indigo-900: #270949;
--indigo-950: #18062D;
}