#7f246c
a dark, vivid magenta / pink · warm · closest name: purple
RGB
127, 36, 108
HSL
313°, 56%, 32%
CMYK
0, 72, 15, 50
Luminance
0.0686
Every format
| HEX | #7f246c |
| RGB | rgb(127, 36, 108) |
| HSL | hsl(313, 56%, 32%) |
| CMYK | cmyk(0%, 72%, 15%, 50%) |
| LAB | lab(31.5 46.8 -21.1) |
| LCH | lch(31.5 51.4 335.7) |
| OKLCH | oklch(0.429 0.149 337.4) |
Copy-ready code
/* CSS */
color: #7f246c;
background-color: #7f246c;
/* Tailwind (arbitrary) */
class="text-[#7f246c] bg-[#7f246c]"
/* SCSS */
$brand: #7f246c;
/* SwiftUI */
Color(red: 0.498, green: 0.141, blue: 0.424)
/* Android */
Color.parseColor("#7f246c")Accessibility — WCAG contrast
Aa
#7f246c on white: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7f246c on black: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green14.1%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta71.7%
Yellow15.0%
Key (black)50.2%
Color previews
#7f246c text on a black background
contrast 2.37:1
Card sample
#7f246c text on a white background
contrast 8.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f246c;
Background color
Panel with #7f246c background
background-color: #7f246c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f246c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 36, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 36, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f246c; background: linear-gradient(135deg, #7f246c, #7F242F);