#7f243d
a dark, vivid magenta / pink · warm · closest name: maroon
RGB
127, 36, 61
HSL
344°, 56%, 32%
CMYK
0, 72, 52, 50
Luminance
0.0611
Every format
| HEX | #7f243d |
| RGB | rgb(127, 36, 61) |
| HSL | hsl(344, 56%, 32%) |
| CMYK | cmyk(0%, 72%, 52%, 50%) |
| LAB | lab(29.7 40.9 6.9) |
| LCH | lch(29.7 41.4 9.6) |
| OKLCH | oklch(0.410 0.126 8.2) |
Copy-ready code
/* CSS */
color: #7f243d;
background-color: #7f243d;
/* Tailwind (arbitrary) */
class="text-[#7f243d] bg-[#7f243d]"
/* SCSS */
$brand: #7f243d;
/* SwiftUI */
Color(red: 0.498, green: 0.141, blue: 0.239)
/* Android */
Color.parseColor("#7f243d")Accessibility — WCAG contrast
Aa
#7f243d on white: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7f243d on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green14.1%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta71.7%
Yellow52.0%
Key (black)50.2%
Color previews
#7f243d text on a black background
contrast 2.22:1
Card sample
#7f243d text on a white background
contrast 9.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f243d;
Background color
Panel with #7f243d background
background-color: #7f243d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f243d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 36, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 36, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f243d; background: linear-gradient(135deg, #7f243d, #7F4824);