Indigo
#4C047B
PurpleColor Codes
All color formats for development
HEX
#4C047BRGB
rgb(76, 4, 123)HSL
hsl(276, 94%, 25%)OKLCH
oklch(0.336 0.171 304.6)CMYK
cmyk(38%, 97%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44036F
2#3D0363
3#350357
4#2D024A
5#26023E
6#1E0231
7#170125
8#0F0119
9#08000C
Tints
Lighter variations
1#6205A1
2#7906C6
3#9007EB
4#A220F8
5#B145F9
6#C16BFA
7#D090FC
8#E0B5FD
9#EFDAFE
Tones
Muted variations
1#4B0A76
2#491070
3#48166A
4#471C64
5#46225E
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 | E4BF #E4BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | CF8D #CF8DFB | BordersInactive statesPlaceholder text |
| 400 | B752 #B752FA | Disabled statesSecondary iconsMuted text |
| 500 | A220 #A220F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8507 #8507DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6A05 #6A05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4C04 #4C047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3002 #30024F | Primary textHigh emphasis contentDark headings |
| 950 | 1E02 #1E0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F0FF;
--indigo-100: #F1DCFE;
--indigo-200: #E4BFFD;
--indigo-300: #CF8DFB;
--indigo-400: #B752FA;
--indigo-500: #A220F8;
--indigo-600: #8507DA;
--indigo-700: #6A05AD;
--indigo-800: #4C047C;
--indigo-900: #30024F;
--indigo-950: #1E0231;
}