Indigo
#5E10A2
PurpleColor Codes
All color formats for development
HEX
#5E10A2RGB
rgb(94, 16, 162)HSL
hsl(272, 82%, 35%)OKLCH
oklch(0.404 0.203 300.6)CMYK
cmyk(42%, 90%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#550E92
2#4B0D82
3#420B72
4#380A61
5#2F0851
6#260641
7#1C0531
8#130320
9#090210
Tints
Lighter variations
1#7013C1
2#8116DF
3#912CEA
4#A14AED
5#B168F0
6#C086F3
7#D0A5F6
8#E0C3F9
9#EFE1FC
Tones
Muted variations
1#5E179B
2#5D1F94
3#5D268C
4#5C2D85
5#5C357E
6#5B3C77
7#5B436F
8#5A4B68
9#5A5261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDF #EEDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C3 #E0C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | C894 #C894F4 | BordersInactive statesPlaceholder text |
| 400 | AB5D #AB5DEF | Disabled statesSecondary iconsMuted text |
| 500 | 932E #932EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 7614 #7614CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E10 #5E10A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 430B #430B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B07 #2B074A | 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: #F8F1FE;
--indigo-100: #EEDFFC;
--indigo-200: #E0C3F9;
--indigo-300: #C894F4;
--indigo-400: #AB5DEF;
--indigo-500: #932EEA;
--indigo-600: #7614CC;
--indigo-700: #5E10A2;
--indigo-800: #430B74;
--indigo-900: #2B074A;
--indigo-950: #1B052E;
}