Indigo
#59159D
PurpleColor Codes
All color formats for development
HEX
#59159DRGB
rgb(89, 21, 157)HSL
hsl(270, 76%, 35%)OKLCH
oklch(0.396 0.194 299.2)CMYK
cmyk(43%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50138D
2#47117E
3#3E0F6E
4#360D5E
5#2D0B4F
6#24093F
7#1B062F
8#12041F
9#090210
Tints
Lighter variations
1#6A19BA
2#7A1DD7
3#8B33E3
4#9C50E7
5#AC6DEB
6#BD8AEF
7#CDA7F3
8#DEC5F7
9#EEE2FB
Tones
Muted variations
1#591C96
2#592390
3#592A89
4#593182
5#59377B
6#593E74
7#59456E
8#594C67
9#595260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F2 #F7F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDE0 #EDE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEC5 #DEC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C498 #C498F1 | BordersInactive statesPlaceholder text |
| 400 | A662 #A662EA | Disabled statesSecondary iconsMuted text |
| 500 | 8C35 #8C35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 701B #701BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5915 #59159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 400F #400F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 290A #290A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1A06 #1A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F2FD;
--indigo-100: #EDE0FB;
--indigo-200: #DEC5F7;
--indigo-300: #C498F1;
--indigo-400: #A662EA;
--indigo-500: #8C35E3;
--indigo-600: #701BC5;
--indigo-700: #59159D;
--indigo-800: #400F70;
--indigo-900: #290A48;
--indigo-950: #1A062D;
}