Indigo
#5919C8
PurpleColor Codes
All color formats for development
HEX
#5919C8RGB
rgb(89, 25, 200)HSL
hsl(262, 78%, 44%)OKLCH
oklch(0.442 0.234 288.8)CMYK
cmyk(56%, 88%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5016B4
2#4714A0
3#3E118C
4#350F78
5#2C0C64
6#240A50
7#1B073C
8#120528
9#090214
Tints
Lighter variations
1#641CE1
2#7534E6
3#864DE9
4#9766EC
5#A980EF
6#BA99F2
7#CBB3F6
8#DCCCF9
9#EEE6FC
Tones
Muted variations
1#5B21BF
2#5E2AB6
3#6033AD
4#623CA5
5#65449C
6#674D93
7#69568A
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 | E9DF #E9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C4 #D7C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B897 #B897F2 | BordersInactive statesPlaceholder text |
| 400 | 9360 #9360EB | Disabled statesSecondary iconsMuted text |
| 500 | 7433 #7433E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5919 #5919C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4714 #47149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 320E #320E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2009 #200949 | Primary textHigh emphasis contentDark headings |
| 950 | 1406 #14062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F1FD;
--indigo-100: #E9DFFB;
--indigo-200: #D7C4F8;
--indigo-300: #B897F2;
--indigo-400: #9360EB;
--indigo-500: #7433E6;
--indigo-600: #5919C8;
--indigo-700: #47149F;
--indigo-800: #320E71;
--indigo-900: #200949;
--indigo-950: #14062D;
}