#7f2f8d
a dark, vivid magenta / pink · warm · closest name: purple
RGB
127, 47, 141
HSL
291°, 50%, 37%
CMYK
10, 67, 0, 45
Luminance
0.0847
Every format
| HEX | #7f2f8d |
| RGB | rgb(127, 47, 141) |
| HSL | hsl(291, 50%, 37%) |
| CMYK | cmyk(10%, 67%, 0%, 45%) |
| LAB | lab(34.9 48.1 -36.4) |
| LCH | lch(34.9 60.3 322.9) |
| OKLCH | oklch(0.460 0.163 321.4) |
Copy-ready code
/* CSS */
color: #7f2f8d;
background-color: #7f2f8d;
/* Tailwind (arbitrary) */
class="text-[#7f2f8d] bg-[#7f2f8d]"
/* SCSS */
$brand: #7f2f8d;
/* SwiftUI */
Color(red: 0.498, green: 0.184, blue: 0.553)
/* Android */
Color.parseColor("#7f2f8d")Accessibility — WCAG contrast
Aa
#7f2f8d on white: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7f2f8d on black: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green18.4%
Blue55.3%
CMYK percentages
Cyan9.9%
Magenta66.7%
Yellow0.0%
Key (black)44.7%
Color previews
#7f2f8d text on a black background
contrast 2.69:1
Card sample
#7f2f8d text on a white background
contrast 7.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f2f8d;
Background color
Panel with #7f2f8d background
background-color: #7f2f8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f2f8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 47, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 47, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f2f8d; background: linear-gradient(135deg, #7f2f8d, #8D2F5C);