Indigo
#5E149F
PurpleColor Codes
All color formats for development
HEX
#5E149FRGB
rgb(94, 20, 159)HSL
hsl(272, 78%, 35%)OKLCH
oklch(0.404 0.198 301.2)CMYK
cmyk(41%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55128F
2#4B107F
3#420E6F
4#380C5F
5#2F0A4F
6#260840
7#1C0630
8#130420
9#090210
Tints
Lighter variations
1#6F17BC
2#811BDA
3#9130E5
4#A14EE9
5#B06BED
6#C089F0
7#D0A6F4
8#E0C4F8
9#EFE1FB
Tones
Muted variations
1#5D1B98
2#5D2291
3#5C298A
4#5C2F83
5#5C367C
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 | C797 #C797F2 | BordersInactive statesPlaceholder text |
| 400 | AA60 #AA60EB | Disabled statesSecondary iconsMuted text |
| 500 | 9233 #9233E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7619 #7619C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E14 #5E149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 430E #430E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B09 #2B0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1B06 #1B062D | 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: #C797F2;
--indigo-400: #AA60EB;
--indigo-500: #9233E6;
--indigo-600: #7619C8;
--indigo-700: #5E149F;
--indigo-800: #430E71;
--indigo-900: #2B0949;
--indigo-950: #1B062D;
}