#7f112b
a dark, electric red · warm · closest name: maroon
RGB
127, 17, 43
HSL
346°, 76%, 28%
CMYK
0, 87, 66, 50
Luminance
0.0509
Every format
| HEX | #7f112b |
| RGB | rgb(127, 17, 43) |
| HSL | hsl(346, 76%, 28%) |
| CMYK | cmyk(0%, 87%, 66%, 50%) |
| LAB | lab(27.0 45.9 15.3) |
| LCH | lch(27.0 48.3 18.4) |
| OKLCH | oklch(0.389 0.142 15.0) |
Copy-ready code
/* CSS */
color: #7f112b;
background-color: #7f112b;
/* Tailwind (arbitrary) */
class="text-[#7f112b] bg-[#7f112b]"
/* SCSS */
$brand: #7f112b;
/* SwiftUI */
Color(red: 0.498, green: 0.067, blue: 0.169)
/* Android */
Color.parseColor("#7f112b")Accessibility — WCAG contrast
Aa
#7f112b on white: 10.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7f112b on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green6.7%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta86.6%
Yellow66.1%
Key (black)50.2%
Color previews
#7f112b text on a black background
contrast 2.02:1
Card sample
#7f112b text on a white background
contrast 10.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f112b;
Background color
Panel with #7f112b background
background-color: #7f112b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f112b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 17, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 17, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f112b; background: linear-gradient(135deg, #7f112b, #7F4011);