Indigo
#4C037C
PurpleColor Codes
All color formats for development
HEX
#4C037CRGB
rgb(76, 3, 124)HSL
hsl(276, 95%, 25%)OKLCH
oklch(0.336 0.172 304.3)CMYK
cmyk(39%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#440370
2#3D0363
3#350257
4#2E024B
5#26023E
6#1E0132
7#170125
8#0F0119
9#08000C
Tints
Lighter variations
1#6304A2
2#7905C7
3#9006EC
4#A21FF9
5#B245FA
6#C16AFB
7#D18FFC
8#E0B4FD
9#F0DAFE
Tones
Muted variations
1#4B0976
2#490F70
3#48156A
4#471B64
5#46215E
6#452858
7#432E52
8#42344C
9#413A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DC #F1DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4BE #E4BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | CF8D #CF8DFC | BordersInactive statesPlaceholder text |
| 400 | B751 #B751FB | Disabled statesSecondary iconsMuted text |
| 500 | A21F #A21FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8606 #8606DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6A04 #6A04AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4C03 #4C037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3102 #310250 | Primary textHigh emphasis contentDark headings |
| 950 | 1E01 #1E0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F0FF;
--indigo-100: #F1DCFE;
--indigo-200: #E4BEFD;
--indigo-300: #CF8DFC;
--indigo-400: #B751FB;
--indigo-500: #A21FF9;
--indigo-600: #8606DB;
--indigo-700: #6A04AE;
--indigo-800: #4C037C;
--indigo-900: #310250;
--indigo-950: #1E0132;
}