Indigo
#5E159D
PurpleColor Codes
All color formats for development
HEX
#5E159DRGB
rgb(94, 21, 157)HSL
hsl(272, 76%, 35%)OKLCH
oklch(0.402 0.195 301.7)CMYK
cmyk(40%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#54138D
2#4B117E
3#420F6E
4#380D5E
5#2F0B4F
6#26093F
7#1C062F
8#13041F
9#090210
Tints
Lighter variations
1#6F19BA
2#811DD7
3#9133E3
4#A150E7
5#B06DEB
6#C08AEF
7#D0A7F3
8#E0C5F7
9#EFE2FB
Tones
Muted variations
1#5D1C96
2#5D2390
3#5C2A89
4#5C3182
5#5C377B
6#5B3E74
7#5B456E
8#5A4C67
9#5A5260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F2 #F8F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEE0 #EEE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C5 #E0C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C798 #C798F1 | BordersInactive statesPlaceholder text |
| 400 | AA62 #AA62EA | Disabled statesSecondary iconsMuted text |
| 500 | 9235 #9235E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 761B #761BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E15 #5E159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 430F #430F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B0A #2B0A48 | 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: #F8F2FD;
--indigo-100: #EEE0FB;
--indigo-200: #E0C5F7;
--indigo-300: #C798F1;
--indigo-400: #AA62EA;
--indigo-500: #9235E3;
--indigo-600: #761BC5;
--indigo-700: #5E159D;
--indigo-800: #430F70;
--indigo-900: #2B0A48;
--indigo-950: #1B062D;
}