Indigo
#4C0B75
PurpleColor Codes
All color formats for development
HEX
#4C0B75RGB
rgb(76, 11, 117)HSL
hsl(277, 83%, 25%)OKLCH
oklch(0.334 0.161 306.5)CMYK
cmyk(35%, 91%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#440A69
2#3D095D
3#350852
4#2E0746
5#26053A
6#1E042F
7#170323
8#0F0217
9#08010C
Tints
Lighter variations
1#630E98
2#7A11BB
3#9115DE
4#A22DEB
5#B250EF
6#C173F2
7#D196F5
8#E0B9F8
9#F0DCFC
Tones
Muted variations
1#4B106F
2#4A156A
3#481B65
4#47205F
5#46255A
6#452B55
7#433050
8#42354A
9#413A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DE #F1DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4C2 #E4C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | D094 #D094F5 | BordersInactive statesPlaceholder text |
| 400 | B75C #B75CF0 | Disabled statesSecondary iconsMuted text |
| 500 | A22D #A22DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 8613 #8613CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6B0F #6B0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4C0B #4C0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3107 #31074B | Primary textHigh emphasis contentDark headings |
| 950 | 1E04 #1E042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F1FE;
--indigo-100: #F1DEFC;
--indigo-200: #E4C2F9;
--indigo-300: #D094F5;
--indigo-400: #B75CF0;
--indigo-500: #A22DEB;
--indigo-600: #8613CD;
--indigo-700: #6B0FA3;
--indigo-800: #4C0B75;
--indigo-900: #31074B;
--indigo-950: #1E042F;
}