Indigo
#4802B1
PurpleColor Codes
All color formats for development
HEX
#4802B1RGB
rgb(72, 2, 177)HSL
hsl(264, 98%, 35%)OKLCH
oklch(0.388 0.222 287)CMYK
cmyk(59%, 99%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41029F
2#39018D
3#32017C
4#2B016A
5#240158
6#1D0147
7#160135
8#0E0023
9#070012
Tints
Lighter variations
1#5502D2
2#6202F2
3#7419FD
4#883AFD
5#9C5BFD
6#B07CFE
7#C49DFE
8#D7BDFE
9#EBDEFF
Tones
Muted variations
1#4A0BA8
2#4B139F
3#4D1C96
4#4F258E
5#512E85
6#52367C
7#543F73
8#56486B
9#585162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADC #EADCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7BD #D7BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | B98B #B98BFE | BordersInactive statesPlaceholder text |
| 400 | 944E #944EFD | Disabled statesSecondary iconsMuted text |
| 500 | 761C #761CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A02 #5A02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4802 #4802B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3301 #33017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2101 #210151 | Primary textHigh emphasis contentDark headings |
| 950 | 1501 #150132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FF;
--indigo-100: #EADCFF;
--indigo-200: #D7BDFE;
--indigo-300: #B98BFE;
--indigo-400: #944EFD;
--indigo-500: #761CFD;
--indigo-600: #5A02DE;
--indigo-700: #4802B1;
--indigo-800: #33017E;
--indigo-900: #210151;
--indigo-950: #150132;
}