Indigo
#560F70
PurpleColor Codes
All color formats for development
HEX
#560F70RGB
rgb(86, 15, 112)HSL
hsl(284, 76%, 25%)OKLCH
oklch(0.347 0.156 314.4)CMYK
cmyk(23%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4E0E65
2#450C5A
3#3C0B4F
4#340943
5#2B0838
6#23062D
7#1A0522
8#110316
9#09020B
Tints
Lighter variations
1#701492
2#8A18B4
3#A41DD5
4#B535E3
5#C157E8
6#CE78ED
7#DA9AF1
8#E6BCF6
9#F3DDFA
Tones
Muted variations
1#54146B
2#521967
3#501E62
4#4D235D
5#4B2858
6#492C53
7#47314E
8#443649
9#423B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF2 #FAF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3E0 #F3E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EAC5 #EAC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | D998 #D998F1 | BordersInactive statesPlaceholder text |
| 400 | C562 #C562EA | Disabled statesSecondary iconsMuted text |
| 500 | B535 #B535E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 981B #981BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7915 #79159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 560F #560F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 370A #370A48 | 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: #FAF2FD;
--indigo-100: #F3E0FB;
--indigo-200: #EAC5F7;
--indigo-300: #D998F1;
--indigo-400: #C562EA;
--indigo-500: #B535E3;
--indigo-600: #981BC5;
--indigo-700: #79159D;
--indigo-800: #560F70;
--indigo-900: #370A48;
--indigo-950: #23062D;
}