Purple
#710E4D
PinkColor Codes
All color formats for development
HEX
#710E4DRGB
rgb(113, 14, 77)HSL
hsl(322, 78%, 25%)OKLCH
oklch(0.371 0.143 348)CMYK
cmyk(0%, 88%, 32%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#660D45
2#5B0B3E
3#4F0A36
4#44082E
5#390727
6#2D061F
7#220417
8#17030F
9#0B0108
Tints
Lighter variations
1#941264
2#B6167B
3#D81B92
4#E633A4
5#EA55B3
6#EE77C2
7#F299D2
8#F7BBE1
9#FBDDF0
Tones
Muted variations
1#6D134C
2#68184A
3#631D49
4#5E2248
5#592746
6#542C45
7#4F3144
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 #FBDFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297D1 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60B8 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81988 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F146C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490931 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF1F9;
--purple-100: #FBDFF1;
--purple-200: #F8C4E5;
--purple-300: #F297D1;
--purple-400: #EB60B8;
--purple-500: #E633A4;
--purple-600: #C81988;
--purple-700: #9F146C;
--purple-800: #710E4D;
--purple-900: #490931;
--purple-950: #2D061F;
}