Purple
#710E5F
PinkColor Codes
All color formats for development
HEX
#710E5FRGB
rgb(113, 14, 95)HSL
hsl(311, 78%, 25%)OKLCH
oklch(0.38 0.155 337.3)CMYK
cmyk(0%, 88%, 16%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#660D56
2#5B0B4C
3#4F0A43
4#440839
5#390730
6#2D0626
7#22041D
8#170313
9#0B010A
Tints
Lighter variations
1#94127C
2#B61698
3#D81BB5
4#E633C5
5#EA55CF
6#EE77D8
7#F299E2
8#F7BBEC
9#FBDDF5
Tones
Muted variations
1#6D135C
2#681859
3#631D56
4#5E2253
5#59274F
6#542C4C
7#4F3149
8#4A3646
9#453B43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297E1 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60D2 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633C5 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C819A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1485 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49093D | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0626 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF1FB;
--purple-100: #FBDFF6;
--purple-200: #F8C4EE;
--purple-300: #F297E1;
--purple-400: #EB60D2;
--purple-500: #E633C5;
--purple-600: #C819A8;
--purple-700: #9F1485;
--purple-800: #710E5F;
--purple-900: #49093D;
--purple-950: #2D0626;
}