Indigo
#5E13A0
PurpleColor Codes
All color formats for development
HEX
#5E13A0RGB
rgb(94, 19, 160)HSL
hsl(272, 79%, 35%)OKLCH
oklch(0.404 0.199 301)CMYK
cmyk(41%, 88%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#551190
2#4B0F80
3#420D70
4#380B60
5#2F0950
6#260740
7#1C0630
8#130420
9#090210
Tints
Lighter variations
1#6F16BD
2#811ADB
3#912FE7
4#A14DEA
5#B06BEE
6#C088F1
7#D0A6F5
8#E0C4F8
9#EFE1FC
Tones
Muted variations
1#5D1A99
2#5D2192
3#5D288B
4#5C2F84
5#5C367D
6#5B3D75
7#5B446E
8#5A4B67
9#5A5260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDF #EEDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C4 #E0C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C796 #C796F3 | BordersInactive statesPlaceholder text |
| 400 | AA5F #AA5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 9232 #9232E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7618 #7618C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E13 #5E13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 430D #430D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B09 #2B0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1B05 #1B052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F1FD;
--indigo-100: #EEDFFB;
--indigo-200: #E0C4F8;
--indigo-300: #C796F3;
--indigo-400: #AA5FEC;
--indigo-500: #9232E7;
--indigo-600: #7618C9;
--indigo-700: #5E13A0;
--indigo-800: #430D72;
--indigo-900: #2B0949;
--indigo-950: #1B052E;
}