Indigo
#570E71
PurpleColor Codes
All color formats for development
HEX
#570E71RGB
rgb(87, 14, 113)HSL
hsl(284, 78%, 25%)OKLCH
oklch(0.349 0.158 314.6)CMYK
cmyk(23%, 88%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4E0D66
2#460B5B
3#3D0A4F
4#340844
5#2B0739
6#23062D
7#1A0422
8#110317
9#09010B
Tints
Lighter variations
1#711294
2#8B16B6
3#A51BD8
4#B633E6
5#C255EA
6#CE77EE
7#DB99F2
8#E7BBF7
9#F3DDFB
Tones
Muted variations
1#55136D
2#521868
3#501D63
4#4E225E
5#4B2759
6#492C54
7#47314F
8#44364A
9#423B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DF #F4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EAC4 #EAC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | DA97 #DA97F2 | BordersInactive statesPlaceholder text |
| 400 | C660 #C660EB | Disabled statesSecondary iconsMuted text |
| 500 | B633 #B633E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9919 #9919C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7A14 #7A149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 570E #570E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3809 #380949 | Primary textHigh emphasis contentDark headings |
| 950 | 2306 #23062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF1FD;
--indigo-100: #F4DFFB;
--indigo-200: #EAC4F8;
--indigo-300: #DA97F2;
--indigo-400: #C660EB;
--indigo-500: #B633E6;
--indigo-600: #9919C8;
--indigo-700: #7A149F;
--indigo-800: #570E71;
--indigo-900: #380949;
--indigo-950: #23062D;
}