Indigo
#5C19C8
PurpleColor Codes
All color formats for development
HEX
#5C19C8RGB
rgb(92, 25, 200)HSL
hsl(263, 78%, 44%)OKLCH
oklch(0.445 0.234 290.1)CMYK
cmyk(54%, 88%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5316B4
2#4914A0
3#40118C
4#370F78
5#2E0C64
6#250A50
7#1C073C
8#120528
9#090214
Tints
Lighter variations
1#671CE1
2#7834E6
3#894DE9
4#9A66EC
5#AB80EF
6#BB99F2
7#CCB3F6
8#DDCCF9
9#EEE6FC
Tones
Muted variations
1#5E21BF
2#602AB6
3#6233AD
4#643CA5
5#66449C
6#684D93
7#6A568A
8#6C5F82
9#6E6779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADF #EADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C4 #D8C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BA97 #BA97F2 | BordersInactive statesPlaceholder text |
| 400 | 9660 #9660EB | Disabled statesSecondary iconsMuted text |
| 500 | 7733 #7733E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C19 #5C19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4914 #49149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 340E #340E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2109 #210949 | Primary textHigh emphasis contentDark headings |
| 950 | 1506 #15062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FD;
--indigo-100: #EADFFB;
--indigo-200: #D8C4F8;
--indigo-300: #BA97F2;
--indigo-400: #9660EB;
--indigo-500: #7733E6;
--indigo-600: #5C19C8;
--indigo-700: #49149F;
--indigo-800: #340E71;
--indigo-900: #210949;
--indigo-950: #15062D;
}