Purple
#710E54
PinkColor Codes
All color formats for development
HEX
#710E54RGB
rgb(113, 14, 84)HSL
hsl(318, 78%, 25%)OKLCH
oklch(0.374 0.148 343.7)CMYK
cmyk(0%, 88%, 26%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#660D4B
2#5B0B43
3#4F0A3B
4#440832
5#39072A
6#2D0621
7#220419
8#170311
9#0B0108
Tints
Lighter variations
1#94126D
2#B61686
3#D81B9F
4#E633B0
5#EA55BD
6#EE77CA
7#F299D8
8#F7BBE5
9#FBDDF2
Tones
Muted variations
1#6D1352
2#681850
3#631D4E
4#5E224C
5#59274A
6#542C48
7#4F3146
8#4A3644
9#453B42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297D7 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60C2 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633B0 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81993 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1475 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E54 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490936 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0621 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF1FA;
--purple-100: #FBDFF3;
--purple-200: #F8C4E8;
--purple-300: #F297D7;
--purple-400: #EB60C2;
--purple-500: #E633B0;
--purple-600: #C81993;
--purple-700: #9F1475;
--purple-800: #710E54;
--purple-900: #490936;
--purple-950: #2D0621;
}