Indigo
#4906AC
PurpleColor Codes
All color formats for development
HEX
#4906ACRGB
rgb(73, 6, 172)HSL
hsl(264, 93%, 35%)OKLCH
oklch(0.385 0.216 288.4)CMYK
cmyk(58%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41069B
2#3A058A
3#330479
4#2C0467
5#240356
6#1D0245
7#160234
8#0F0122
9#070111
Tints
Lighter variations
1#5607CC
2#6409EC
3#751FF7
4#893FF8
5#9D5FF9
6#B07FFA
7#C49FFC
8#D8BFFD
9#EBDFFE
Tones
Muted variations
1#4A0FA4
2#4C179C
3#4E1F93
4#4F278B
5#513083
6#53387A
7#544072
8#56496A
9#585162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADD #EADDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8BF #D8BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B98E #B98EFB | BordersInactive statesPlaceholder text |
| 400 | 9553 #9553F9 | Disabled statesSecondary iconsMuted text |
| 500 | 7722 #7722F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B08 #5B08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4906 #4906AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3404 #34047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2103 #21034F | Primary textHigh emphasis contentDark headings |
| 950 | 1502 #150231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FE;
--indigo-100: #EADDFE;
--indigo-200: #D8BFFD;
--indigo-300: #B98EFB;
--indigo-400: #9553F9;
--indigo-500: #7722F7;
--indigo-600: #5B08D9;
--indigo-700: #4906AC;
--indigo-800: #34047B;
--indigo-900: #21034F;
--indigo-950: #150231;
}