Purple
#710E4F
PinkColor Codes
All color formats for development
HEX
#710E4FRGB
rgb(113, 14, 79)HSL
hsl(321, 78%, 25%)OKLCH
oklch(0.372 0.145 346.8)CMYK
cmyk(0%, 88%, 30%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#660D47
2#5B0B3F
3#4F0A37
4#44082F
5#390727
6#2D061F
7#220418
8#170310
9#0B0108
Tints
Lighter variations
1#941266
2#B6167E
3#D81B95
4#E633A7
5#EA55B6
6#EE77C4
7#F299D3
8#F7BBE2
9#FBDDF0
Tones
Muted variations
1#6D134D
2#68184C
3#631D4A
4#5E2249
5#592747
6#542C46
7#4F3144
8#4A3643
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 #F8C4E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297D2 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60BB | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633A7 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C8198A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F146E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490932 | 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: #F8C4E6;
--purple-300: #F297D2;
--purple-400: #EB60BB;
--purple-500: #E633A7;
--purple-600: #C8198A;
--purple-700: #9F146E;
--purple-800: #710E4F;
--purple-900: #490932;
--purple-950: #2D061F;
}