Indigo
#5A037C
PurpleColor Codes
All color formats for development
HEX
#5A037CRGB
rgb(90, 3, 124)HSL
hsl(283, 95%, 25%)OKLCH
oklch(0.357 0.176 312.2)CMYK
cmyk(27%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#510370
2#480363
3#3F0257
4#36024B
5#2D023E
6#240132
7#1B0125
8#120119
9#09000C
Tints
Lighter variations
1#7504A2
2#9005C7
3#AB06EC
4#BB1FF9
5#C745FA
6#D26AFB
7#DD8FFC
8#E8B4FD
9#F4DAFE
Tones
Muted variations
1#570976
2#550F70
3#52156A
4#4F1B64
5#4D215E
6#4A2858
7#482E52
8#45344C
9#423A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DC #F4DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBBE #EBBEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | DC8D #DC8DFC | BordersInactive statesPlaceholder text |
| 400 | CA51 #CA51FB | Disabled statesSecondary iconsMuted text |
| 500 | BB1F #BB1FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9E06 #9E06DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7E04 #7E04AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5A03 #5A037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3A02 #3A0250 | Primary textHigh emphasis contentDark headings |
| 950 | 2401 #240132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF0FF;
--indigo-100: #F4DCFE;
--indigo-200: #EBBEFD;
--indigo-300: #DC8DFC;
--indigo-400: #CA51FB;
--indigo-500: #BB1FF9;
--indigo-600: #9E06DB;
--indigo-700: #7E04AE;
--indigo-800: #5A037C;
--indigo-900: #3A0250;
--indigo-950: #240132;
}