Indigo
#4C0BA8
PurpleColor Codes
All color formats for development
HEX
#4C0BA8RGB
rgb(76, 11, 168)HSL
hsl(265, 88%, 35%)OKLCH
oklch(0.386 0.21 290.5)CMYK
cmyk(55%, 93%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#450A97
2#3D0986
3#350775
4#2E0665
5#260554
6#1E0443
7#170332
8#0F0222
9#080111
Tints
Lighter variations
1#5A0DC7
2#680FE6
3#7A25F1
4#8D44F3
5#A063F5
6#B382F7
7#C6A2F9
8#D9C1FB
9#ECE0FD
Tones
Muted variations
1#4D13A0
2#4F1A98
3#502290
4#512A88
5#533281
6#543A79
7#554271
8#574A69
9#585161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDD #EBDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C1 #D9C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | BC91 #BC91F8 | BordersInactive statesPlaceholder text |
| 400 | 9957 #9957F4 | Disabled statesSecondary iconsMuted text |
| 500 | 7B27 #7B27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 600D #600DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C0B #4C0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3608 #360878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2305 #23054D | Primary textHigh emphasis contentDark headings |
| 950 | 1603 #160330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FE;
--indigo-100: #EBDDFD;
--indigo-200: #D9C1FB;
--indigo-300: #BC91F8;
--indigo-400: #9957F4;
--indigo-500: #7B27F1;
--indigo-600: #600DD3;
--indigo-700: #4C0BA8;
--indigo-800: #360878;
--indigo-900: #23054D;
--indigo-950: #160330;
}