Indigo
#560B74
PurpleColor Codes
All color formats for development
HEX
#560B74RGB
rgb(86, 11, 116)HSL
hsl(283, 83%, 25%)OKLCH
oklch(0.348 0.162 312.9)CMYK
cmyk(26%, 91%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4E0A69
2#45095D
3#3D0852
4#340746
5#2B053A
6#23042F
7#1A0323
8#110217
9#09010C
Tints
Lighter variations
1#710E98
2#8B11BB
3#A515DE
4#B62DEB
5#C250EF
6#CE73F2
7#DA96F5
8#E7B9F8
9#F3DCFC
Tones
Muted variations
1#54106F
2#52156A
3#501B65
4#4E205F
5#4B255A
6#492B55
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 #EAC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | D994 #D994F5 | BordersInactive statesPlaceholder text |
| 400 | C65C #C65CF0 | Disabled statesSecondary iconsMuted text |
| 500 | B62D #B62DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 9913 #9913CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 790F #790FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 570B #570B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3707 #37074B | 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: #EAC2F9;
--indigo-300: #D994F5;
--indigo-400: #C65CF0;
--indigo-500: #B62DEB;
--indigo-600: #9913CD;
--indigo-700: #790FA3;
--indigo-800: #570B75;
--indigo-900: #37074B;
--indigo-950: #23042F;
}