Indigo
#57159E
PurpleColor Codes
All color formats for development
HEX
#57159ERGB
rgb(87, 21, 158)HSL
hsl(269, 77%, 35%)OKLCH
oklch(0.394 0.195 297.9)CMYK
cmyk(45%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4E128E
2#46107E
3#3D0E6F
4#340C5F
5#2B0A4F
6#23083F
7#1A062F
8#110420
9#090210
Tints
Lighter variations
1#6718BB
2#771CD9
3#8832E4
4#994FE8
5#AA6CEC
6#BB8AF0
7#CCA7F4
8#DDC4F7
9#EEE2FB
Tones
Muted variations
1#571B97
2#572290
3#582989
4#583082
5#58377C
6#583E75
7#59456E
8#594C67
9#595260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDF #EDDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDC4 #DDC4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C397 #C397F2 | BordersInactive statesPlaceholder text |
| 400 | A361 #A361EA | Disabled statesSecondary iconsMuted text |
| 500 | 8934 #8934E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D1A #6D1AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5715 #57159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E0F #3E0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2809 #280948 | Primary textHigh emphasis contentDark headings |
| 950 | 1906 #19062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F1FD;
--indigo-100: #EDDFFB;
--indigo-200: #DDC4F7;
--indigo-300: #C397F2;
--indigo-400: #A361EA;
--indigo-500: #8934E5;
--indigo-600: #6D1AC7;
--indigo-700: #57159E;
--indigo-800: #3E0F71;
--indigo-900: #280948;
--indigo-950: #19062D;
}