Indigo
#570FA3
PurpleColor Codes
All color formats for development
HEX
#570FA3RGB
rgb(87, 15, 163)HSL
hsl(269, 83%, 35%)OKLCH
oklch(0.396 0.204 296.9)CMYK
cmyk(47%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4E0E93
2#450C83
3#3D0B72
4#340962
5#2B0852
6#230641
7#1A0531
8#110321
9#090210
Tints
Lighter variations
1#6712C2
2#7715E0
3#882BEB
4#9949EE
5#AA67F1
6#BB86F4
7#CCA4F7
8#DDC2F9
9#EEE1FC
Tones
Muted variations
1#57179C
2#571E95
3#58258D
4#582D86
5#58347E
6#583C77
7#59436F
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 #DDC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | C394 #C394F5 | BordersInactive statesPlaceholder text |
| 400 | A35C #A35CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 892D #892DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D13 #6D13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 570F #570FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E0B #3E0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2807 #28074B | 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: #DDC2F9;
--indigo-300: #C394F5;
--indigo-400: #A35CF0;
--indigo-500: #892DEB;
--indigo-600: #6D13CD;
--indigo-700: #570FA3;
--indigo-800: #3E0B75;
--indigo-900: #28074B;
--indigo-950: #19042F;
}