Indigo
#570DA5
PurpleColor Codes
All color formats for development
HEX
#570DA5RGB
rgb(87, 13, 165)HSL
hsl(269, 85%, 35%)OKLCH
oklch(0.397 0.207 296.5)CMYK
cmyk(47%, 92%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4E0C95
2#450B84
3#3D0974
4#340863
5#2B0753
6#230542
7#1A0432
8#110321
9#090111
Tints
Lighter variations
1#6710C4
2#7712E2
3#8828EE
4#9947F0
5#AA66F3
6#BB84F5
7#CCA3F8
8#DDC2FA
9#EEE0FD
Tones
Muted variations
1#57159E
2#571D96
3#57248E
4#582C87
5#58337F
6#583B78
7#584270
8#594A68
9#595261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDE #EDDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDC2 #DDC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | C392 #C392F6 | BordersInactive statesPlaceholder text |
| 400 | A35A #A35AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 892B #892BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D11 #6D11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 570D #570DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E0A #3E0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2806 #28064B | Primary textHigh emphasis contentDark headings |
| 950 | 1904 #19042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F7F1FE;
--indigo-100: #EDDEFC;
--indigo-200: #DDC2FA;
--indigo-300: #C392F6;
--indigo-400: #A35AF2;
--indigo-500: #892BEE;
--indigo-600: #6D11D0;
--indigo-700: #570DA5;
--indigo-800: #3E0A76;
--indigo-900: #28064B;
--indigo-950: #19042F;
}