Indigo
#5103B0
PurpleColor Codes
All color formats for development
HEX
#5103B0RGB
rgb(81, 3, 176)HSL
hsl(267, 97%, 35%)OKLCH
oklch(0.397 0.221 291.4)CMYK
cmyk(54%, 98%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49029E
2#40028D
3#38027B
4#300269
5#280158
6#200146
7#180135
8#100123
9#080012
Tints
Lighter variations
1#6003D0
2#6F04F1
3#801AFC
4#923BFC
5#A45CFD
6#B67CFD
7#C89DFE
8#DBBEFE
9#EDDEFF
Tones
Muted variations
1#510BA7
2#52149F
3#531D96
4#54258D
5#552E85
6#56377C
7#573F73
8#58486B
9#585162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDC #EBDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBBE #DBBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | BF8B #BF8BFD | BordersInactive statesPlaceholder text |
| 400 | 9D4F #9D4FFC | Disabled statesSecondary iconsMuted text |
| 500 | 811D #811DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 6503 #6503DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5103 #5103B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A02 #3A027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2501 #250150 | Primary textHigh emphasis contentDark headings |
| 950 | 1701 #170132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F0FF;
--indigo-100: #EBDCFE;
--indigo-200: #DBBEFE;
--indigo-300: #BF8BFD;
--indigo-400: #9D4FFC;
--indigo-500: #811DFC;
--indigo-600: #6503DD;
--indigo-700: #5103B0;
--indigo-800: #3A027E;
--indigo-900: #250150;
--indigo-950: #170132;
}