#7f2d52
a dark, vivid magenta / pink · warm · closest name: purple
RGB
127, 45, 82
HSL
333°, 48%, 34%
CMYK
0, 65, 35, 50
Luminance
0.0700
Every format
| HEX | #7f2d52 |
| RGB | rgb(127, 45, 82) |
| HSL | hsl(333, 48%, 34%) |
| CMYK | cmyk(0%, 65%, 35%, 50%) |
| LAB | lab(31.8 39.2 -3.9) |
| LCH | lch(31.8 39.4 354.4) |
| OKLCH | oklch(0.428 0.120 355.4) |
Copy-ready code
/* CSS */
color: #7f2d52;
background-color: #7f2d52;
/* Tailwind (arbitrary) */
class="text-[#7f2d52] bg-[#7f2d52]"
/* SCSS */
$brand: #7f2d52;
/* SwiftUI */
Color(red: 0.498, green: 0.176, blue: 0.322)
/* Android */
Color.parseColor("#7f2d52")Accessibility — WCAG contrast
Aa
#7f2d52 on white: 8.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7f2d52 on black: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green17.6%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta64.6%
Yellow35.4%
Key (black)50.2%
Color previews
#7f2d52 text on a black background
contrast 2.40:1
Card sample
#7f2d52 text on a white background
contrast 8.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f2d52;
Background color
Panel with #7f2d52 background
background-color: #7f2d52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f2d52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 45, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 45, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f2d52; background: linear-gradient(135deg, #7f2d52, #7F3F2D);