Indigo
#57169C
PurpleColor Codes
All color formats for development
HEX
#57169CRGB
rgb(87, 22, 156)HSL
hsl(269, 75%, 35%)OKLCH
oklch(0.393 0.192 298.4)CMYK
cmyk(44%, 86%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4E148D
2#46127D
3#3D106D
4#340D5E
5#2C0B4E
6#23093E
7#1A072F
8#11041F
9#090210
Tints
Lighter variations
1#671AB9
2#771FD6
3#8834E2
4#9951E6
5#AA6EEA
6#BB8BEE
7#CCA8F3
8#DDC5F7
9#EEE2FB
Tones
Muted variations
1#571D95
2#57248F
3#582A88
4#583181
5#58387B
6#583E74
7#59456D
8#594C67
9#595360
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 | DDC5 #DDC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C398 #C398F0 | BordersInactive statesPlaceholder text |
| 400 | A463 #A463E9 | Disabled statesSecondary iconsMuted text |
| 500 | 8936 #8936E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D1C #6D1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5716 #57169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E10 #3E1070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 280A #280A47 | 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: #F7F2FD;
--indigo-100: #EDE0FB;
--indigo-200: #DDC5F7;
--indigo-300: #C398F0;
--indigo-400: #A463E9;
--indigo-500: #8936E2;
--indigo-600: #6D1CC4;
--indigo-700: #57169C;
--indigo-800: #3E1070;
--indigo-900: #280A47;
--indigo-950: #19062D;
}