Indigo
#4908AA
PurpleColor Codes
All color formats for development
HEX
#4908AARGB
rgb(73, 8, 170)HSL
hsl(264, 91%, 35%)OKLCH
oklch(0.384 0.213 288.7)CMYK
cmyk(57%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#420799
2#3A0688
3#330677
4#2C0566
5#250455
6#1D0344
7#160233
8#0F0222
9#070111
Tints
Lighter variations
1#570ACA
2#640BEA
3#7621F5
4#8941F6
5#9D61F8
6#B180F9
7#C4A0FB
8#D8C0FC
9#EBDFFE
Tones
Muted variations
1#4B10A2
2#4C189A
3#4E2092
4#50298A
5#513182
6#53397A
7#544172
8#564969
9#585161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADD #EADDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C0 #D8C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | BA8F #BA8FFA | BordersInactive statesPlaceholder text |
| 400 | 9655 #9655F7 | Disabled statesSecondary iconsMuted text |
| 500 | 7724 #7724F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C0A #5C0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4908 #4908AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3406 #34067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2104 #21044E | 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: #EADDFD;
--indigo-200: #D8C0FC;
--indigo-300: #BA8FFA;
--indigo-400: #9655F7;
--indigo-500: #7724F5;
--indigo-600: #5C0AD6;
--indigo-700: #4908AA;
--indigo-800: #34067A;
--indigo-900: #21044E;
--indigo-950: #150231;
}