Indigo
#57159D
PurpleColor Codes
All color formats for development
HEX
#57159DRGB
rgb(87, 21, 157)HSL
hsl(269, 76%, 35%)OKLCH
oklch(0.393 0.194 298.2)CMYK
cmyk(45%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4E138D
2#46117E
3#3D0F6E
4#340D5E
5#2B0B4F
6#23093F
7#1A062F
8#11041F
9#090210
Tints
Lighter variations
1#6719BA
2#771DD7
3#8833E3
4#9950E7
5#AA6DEB
6#BB8AEF
7#CCA7F3
8#DDC5F7
9#EEE2FB
Tones
Muted variations
1#571C96
2#572390
3#582A89
4#583182
5#58377B
6#583E74
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 | DDC5 #DDC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C398 #C398F1 | BordersInactive statesPlaceholder text |
| 400 | A362 #A362EA | Disabled statesSecondary iconsMuted text |
| 500 | 8935 #8935E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D1B #6D1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5715 #57159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E0F #3E0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 280A #280A48 | 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: #C398F1;
--indigo-400: #A362EA;
--indigo-500: #8935E3;
--indigo-600: #6D1BC5;
--indigo-700: #57159D;
--indigo-800: #3E0F70;
--indigo-900: #280A48;
--indigo-950: #19062D;
}