Indigo
#4907AB
PurpleColor Codes
All color formats for development
HEX
#4907ABRGB
rgb(73, 7, 171)HSL
hsl(264, 92%, 35%)OKLCH
oklch(0.384 0.214 288.5)CMYK
cmyk(57%, 96%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42069A
2#3A0689
3#330578
4#2C0467
5#240456
6#1D0345
7#160233
8#0F0122
9#070111
Tints
Lighter variations
1#5608CB
2#640AEB
3#7620F6
4#8940F7
5#9D60F8
6#B180FA
7#C4A0FB
8#D8BFFC
9#EBDFFE
Tones
Muted variations
1#4A0FA3
2#4C189B
3#4E2093
4#4F288B
5#513082
6#53387A
7#544172
8#56496A
9#585161
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 #D8BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | BA8E #BA8EFA | BordersInactive statesPlaceholder text |
| 400 | 9554 #9554F8 | Disabled statesSecondary iconsMuted text |
| 500 | 7723 #7723F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C09 #5C09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4907 #4907AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3405 #34057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2103 #21034E | 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: #D8BFFC;
--indigo-300: #BA8EFA;
--indigo-400: #9554F8;
--indigo-500: #7723F6;
--indigo-600: #5C09D7;
--indigo-700: #4907AB;
--indigo-800: #34057A;
--indigo-900: #21034E;
--indigo-950: #150231;
}