Indigo
#570F71
PurpleColor Codes
All color formats for development
HEX
#570F71RGB
rgb(87, 15, 113)HSL
hsl(284, 77%, 25%)OKLCH
oklch(0.35 0.157 314.5)CMYK
cmyk(23%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4E0D66
2#450C5A
3#3D0A4F
4#340944
5#2B0738
6#23062D
7#1A0422
8#110317
9#09010B
Tints
Lighter variations
1#711393
2#8B17B5
3#A51CD6
4#B534E5
5#C256E9
6#CE78ED
7#DA99F2
8#E6BBF6
9#F3DDFB
Tones
Muted variations
1#54146C
2#521867
3#501D62
4#4D225D
5#4B2758
6#492C53
7#47314E
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 #EAC4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | D997 #D997F2 | BordersInactive statesPlaceholder text |
| 400 | C661 #C661EA | Disabled statesSecondary iconsMuted text |
| 500 | B534 #B534E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 991A #991AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7915 #79159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 570F #570F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3709 #370948 | 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: #EAC4F7;
--indigo-300: #D997F2;
--indigo-400: #C661EA;
--indigo-500: #B534E5;
--indigo-600: #991AC7;
--indigo-700: #79159E;
--indigo-800: #570F71;
--indigo-900: #370948;
--indigo-950: #23062D;
}