Indigo
#5913A0
PurpleColor Codes
All color formats for development
HEX
#5913A0RGB
rgb(89, 19, 160)HSL
hsl(270, 79%, 35%)OKLCH
oklch(0.398 0.199 298.5)CMYK
cmyk(44%, 88%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#501190
2#470F80
3#3E0D70
4#360B60
5#2D0950
6#240740
7#1B0630
8#120420
9#090210
Tints
Lighter variations
1#6A16BD
2#7A1ADB
3#8B2FE7
4#9C4DEA
5#AC6BEE
6#BD88F1
7#CDA6F5
8#DEC4F8
9#EEE1FC
Tones
Muted variations
1#591A99
2#592192
3#59288B
4#592F84
5#59367D
6#593D75
7#59446E
8#594B67
9#595260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDF #EDDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEC4 #DEC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C496 #C496F3 | BordersInactive statesPlaceholder text |
| 400 | A65F #A65FEC | Disabled statesSecondary iconsMuted text |
| 500 | 8C32 #8C32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7018 #7018C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5913 #5913A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 400D #400D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2909 #290949 | Primary textHigh emphasis contentDark headings |
| 950 | 1A05 #1A052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F1FD;
--indigo-100: #EDDFFB;
--indigo-200: #DEC4F8;
--indigo-300: #C496F3;
--indigo-400: #A65FEC;
--indigo-500: #8C32E7;
--indigo-600: #7018C9;
--indigo-700: #5913A0;
--indigo-800: #400D72;
--indigo-900: #290949;
--indigo-950: #1A052E;
}