Purple
#710E4B
PinkColor Codes
All color formats for development
HEX
#710E4BRGB
rgb(113, 14, 75)HSL
hsl(323, 78%, 25%)OKLCH
oklch(0.37 0.142 349.3)CMYK
cmyk(0%, 88%, 34%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#660D44
2#5B0B3C
3#4F0A35
4#44082D
5#390726
6#2D061E
7#220417
8#17030F
9#0B0108
Tints
Lighter variations
1#941262
2#B61679
3#D81B8F
4#E633A1
5#EA55B1
6#EE77C0
7#F299D0
8#F7BBE0
9#FBDDEF
Tones
Muted variations
1#6D134A
2#681849
3#631D48
4#5E2247
5#592746
6#542C44
7#4F3143
8#4A3642
9#453B41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297CF | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60B6 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81985 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1469 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490930 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF1F9;
--purple-100: #FBDFF0;
--purple-200: #F8C4E4;
--purple-300: #F297CF;
--purple-400: #EB60B6;
--purple-500: #E633A1;
--purple-600: #C81985;
--purple-700: #9F1469;
--purple-800: #710E4B;
--purple-900: #490930;
--purple-950: #2D061E;
}