Indigo
#5107AB
PurpleColor Codes
All color formats for development
HEX
#5107ABRGB
rgb(81, 7, 171)HSL
hsl(267, 92%, 35%)OKLCH
oklch(0.393 0.214 292.4)CMYK
cmyk(53%, 96%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49069A
2#410689
3#390578
4#310467
5#290456
6#200345
7#180233
8#100122
9#080111
Tints
Lighter variations
1#6008CB
2#6F0AEB
3#8020F6
4#9240F7
5#A560F8
6#B780FA
7#C9A0FB
8#DBBFFC
9#EDDFFE
Tones
Muted variations
1#520FA3
2#53189B
3#542093
4#54288B
5#553082
6#56387A
7#574172
8#58496A
9#585161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDD #ECDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBBF #DBBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | BF8E #BF8EFA | BordersInactive statesPlaceholder text |
| 400 | 9E54 #9E54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 8223 #8223F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6609 #6609D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5107 #5107AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A05 #3A057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2503 #25034E | Primary textHigh emphasis contentDark headings |
| 950 | 1702 #170231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F0FE;
--indigo-100: #ECDDFE;
--indigo-200: #DBBFFC;
--indigo-300: #BF8EFA;
--indigo-400: #9E54F8;
--indigo-500: #8223F6;
--indigo-600: #6609D7;
--indigo-700: #5107AB;
--indigo-800: #3A057A;
--indigo-900: #25034E;
--indigo-950: #170231;
}