#7f0735
a dark, electric magenta / pink · warm · closest name: maroon
RGB
127, 7, 53
HSL
337°, 90%, 26%
CMYK
0, 95, 58, 50
Luminance
0.0492
Every format
| HEX | #7f0735 |
| RGB | rgb(127, 7, 53) |
| HSL | hsl(337, 90%, 26%) |
| CMYK | cmyk(0%, 95%, 58%, 50%) |
| LAB | lab(26.5 48.6 7.8) |
| LCH | lch(26.5 49.2 9.2) |
| OKLCH | oklch(0.386 0.149 7.6) |
Copy-ready code
/* CSS */
color: #7f0735;
background-color: #7f0735;
/* Tailwind (arbitrary) */
class="text-[#7f0735] bg-[#7f0735]"
/* SCSS */
$brand: #7f0735;
/* SwiftUI */
Color(red: 0.498, green: 0.027, blue: 0.208)
/* Android */
Color.parseColor("#7f0735")Accessibility — WCAG contrast
Aa
#7f0735 on white: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7f0735 on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green2.7%
Blue20.8%
CMYK percentages
Cyan0.0%
Magenta94.5%
Yellow58.3%
Key (black)50.2%
Color previews
#7f0735 text on a black background
contrast 1.98:1
Card sample
#7f0735 text on a white background
contrast 10.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f0735;
Background color
Panel with #7f0735 background
background-color: #7f0735;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f0735;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 7, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 7, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f0735; background: linear-gradient(135deg, #7f0735, #7F2907);