Indigo
#4803B0
PurpleColor Codes
All color formats for development
HEX
#4803B0RGB
rgb(72, 3, 176)HSL
hsl(264, 97%, 35%)OKLCH
oklch(0.387 0.221 287.1)CMYK
cmyk(59%, 98%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41029E
2#3A028D
3#32027B
4#2B0269
5#240158
6#1D0146
7#160135
8#0E0123
9#070012
Tints
Lighter variations
1#5503D0
2#6304F1
3#741AFC
4#883BFC
5#9C5CFD
6#B07CFD
7#C49DFE
8#D7BEFE
9#EBDEFF
Tones
Muted variations
1#4A0BA7
2#4B149F
3#4D1D96
4#4F258D
5#512E85
6#52377C
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 #EADCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7BE #D7BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | B98B #B98BFD | BordersInactive statesPlaceholder text |
| 400 | 944F #944FFC | Disabled statesSecondary iconsMuted text |
| 500 | 761D #761DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A03 #5A03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4803 #4803B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3302 #33027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2101 #210150 | 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: #EADCFE;
--indigo-200: #D7BEFE;
--indigo-300: #B98BFD;
--indigo-400: #944FFC;
--indigo-500: #761DFC;
--indigo-600: #5A03DD;
--indigo-700: #4803B0;
--indigo-800: #33027E;
--indigo-900: #210150;
--indigo-950: #150132;
}