Indigo
#5E199A
PurpleColor Codes
All color formats for development
HEX
#5E199ARGB
rgb(94, 25, 154)HSL
hsl(272, 72%, 35%)OKLCH
oklch(0.403 0.189 302.3)CMYK
cmyk(39%, 84%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#54168A
2#4B147B
3#41116B
4#380F5C
5#2F0C4D
6#250A3D
7#1C072E
8#13051F
9#09020F
Tints
Lighter variations
1#6F1EB6
2#8022D3
3#9137DF
4#A054E3
5#B070E8
6#C08DEC
7#D0A9F1
8#DFC6F6
9#EFE2FA
Tones
Muted variations
1#5D1F93
2#5D268D
3#5C2C86
4#5C3380
5#5B3979
6#5B4073
7#5B466D
8#5A4C66
9#5A5360
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F2 #F8F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEE0 #EEE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC6 #DFC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | C79A #C79AEF | BordersInactive statesPlaceholder text |
| 400 | AA65 #AA65E6 | Disabled statesSecondary iconsMuted text |
| 500 | 923A #923ADF | Primary brand colorCTAsActive elementsLinks |
| 600 | 761F #761FC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E19 #5E199A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4312 #43126E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B0B #2B0B46 | Primary textHigh emphasis contentDark headings |
| 950 | 1B07 #1B072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F2FD;
--indigo-100: #EEE0FA;
--indigo-200: #DFC6F6;
--indigo-300: #C79AEF;
--indigo-400: #AA65E6;
--indigo-500: #923ADF;
--indigo-600: #761FC1;
--indigo-700: #5E199A;
--indigo-800: #43126E;
--indigo-900: #2B0B46;
--indigo-950: #1B072C;
}