Indigo
#570A75
PurpleColor Codes
All color formats for development
HEX
#570A75RGB
rgb(87, 10, 117)HSL
hsl(283, 84%, 25%)OKLCH
oklch(0.35 0.164 313.1)CMYK
cmyk(26%, 91%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4E096A
2#46085E
3#3D0752
4#340646
5#2B053B
6#23042F
7#1A0323
8#110217
9#09010C
Tints
Lighter variations
1#710D98
2#8B10BC
3#A513DF
4#B62CED
5#C24FF0
6#CE72F3
7#DB95F6
8#E7B9F9
9#F3DCFC
Tones
Muted variations
1#551070
2#52156B
3#501A65
4#4E2060
5#4B255B
6#492A55
7#473050
8#44354A
9#423A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DE #F4DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EAC2 #EAC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | DA93 #DA93F6 | BordersInactive statesPlaceholder text |
| 400 | C65B #C65BF1 | Disabled statesSecondary iconsMuted text |
| 500 | B62C #B62CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 9912 #9912CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7A0E #7A0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 570A #570A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3807 #38074B | Primary textHigh emphasis contentDark headings |
| 950 | 2304 #23042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF1FE;
--indigo-100: #F4DEFC;
--indigo-200: #EAC2FA;
--indigo-300: #DA93F6;
--indigo-400: #C65BF1;
--indigo-500: #B62CED;
--indigo-600: #9912CE;
--indigo-700: #7A0EA4;
--indigo-800: #570A75;
--indigo-900: #38074B;
--indigo-950: #23042F;
}