#7f062d
a dark, electric magenta / pink · warm · closest name: maroon
RGB
127, 6, 45
HSL
341°, 91%, 26%
CMYK
0, 95, 65, 50
Luminance
0.0483
Every format
| HEX | #7f062d |
| RGB | rgb(127, 6, 45) |
| HSL | hsl(341, 91%, 26%) |
| CMYK | cmyk(0%, 95%, 65%, 50%) |
| LAB | lab(26.3 48.2 12.9) |
| LCH | lch(26.3 49.9 15.0) |
| OKLCH | oklch(0.383 0.149 12.3) |
Copy-ready code
/* CSS */
color: #7f062d;
background-color: #7f062d;
/* Tailwind (arbitrary) */
class="text-[#7f062d] bg-[#7f062d]"
/* SCSS */
$brand: #7f062d;
/* SwiftUI */
Color(red: 0.498, green: 0.024, blue: 0.176)
/* Android */
Color.parseColor("#7f062d")Accessibility — WCAG contrast
Aa
#7f062d on white: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7f062d on black: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green2.4%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta95.3%
Yellow64.6%
Key (black)50.2%
Color previews
#7f062d text on a black background
contrast 1.97:1
Card sample
#7f062d text on a white background
contrast 10.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f062d;
Background color
Panel with #7f062d background
background-color: #7f062d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f062d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 6, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 6, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f062d; background: linear-gradient(135deg, #7f062d, #7F3006);