Indigo
#4C027E
PurpleColor Codes
All color formats for development
HEX
#4C027ERGB
rgb(76, 2, 126)HSL
hsl(276, 97%, 25%)OKLCH
oklch(0.338 0.175 303.6)CMYK
cmyk(40%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#450271
2#3D0264
3#350158
4#2E014B
5#26013F
6#1E0132
7#170126
8#0F0019
9#08000D
Tints
Lighter variations
1#6302A3
2#7A03C9
3#9104EF
4#A31DFC
5#B243FC
6#C168FD
7#D18EFD
8#E0B4FE
9#F0D9FE
Tones
Muted variations
1#4B0877
2#4A0E71
3#48146B
4#471B65
5#46215F
6#452758
7#432D52
8#42334C
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 #E4BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D08B #D08BFD | BordersInactive statesPlaceholder text |
| 400 | B74F #B74FFC | Disabled statesSecondary iconsMuted text |
| 500 | A31D #A31DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 8603 #8603DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6B03 #6B03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4C02 #4C027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3101 #310150 | 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: #E4BEFE;
--indigo-300: #D08BFD;
--indigo-400: #B74FFC;
--indigo-500: #A31DFC;
--indigo-600: #8603DD;
--indigo-700: #6B03B0;
--indigo-800: #4C027E;
--indigo-900: #310150;
--indigo-950: #1E0132;
}