Purple
#710E59
PinkColor Codes
All color formats for development
HEX
#710E59RGB
rgb(113, 14, 89)HSL
hsl(315, 78%, 25%)OKLCH
oklch(0.377 0.151 340.7)CMYK
cmyk(0%, 88%, 21%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#660D50
2#5B0B47
3#4F0A3E
4#440835
5#39072C
6#2D0623
7#22041B
8#170312
9#0B0109
Tints
Lighter variations
1#941273
2#B6168E
3#D81BA8
4#E633B9
5#EA55C5
6#EE77D0
7#F299DC
8#F7BBE8
9#FBDDF3
Tones
Muted variations
1#6D1356
2#681854
3#631D51
4#5E224F
5#59274C
6#542C4A
7#4F3147
8#4A3645
9#453B42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297DB | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60C9 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C8199C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F147C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490939 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0623 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF1FA;
--purple-100: #FBDFF4;
--purple-200: #F8C4EB;
--purple-300: #F297DB;
--purple-400: #EB60C9;
--purple-500: #E633B9;
--purple-600: #C8199C;
--purple-700: #9F147C;
--purple-800: #710E59;
--purple-900: #490939;
--purple-950: #2D0623;
}