#4f110c
a deep, vivid red · warm · closest name: maroon
RGB
79, 17, 12
HSL
5°, 74%, 18%
CMYK
0, 79, 85, 69
Luminance
0.0209
Every format
| HEX | #4f110c |
| RGB | rgb(79, 17, 12) |
| HSL | hsl(5, 74%, 18%) |
| CMYK | cmyk(0%, 79%, 85%, 69%) |
| LAB | lab(15.9 28.5 19.4) |
| LCH | lch(15.9 34.5 34.2) |
| OKLCH | oklch(0.286 0.093 28.9) |
Copy-ready code
/* CSS */
color: #4f110c;
background-color: #4f110c;
/* Tailwind (arbitrary) */
class="text-[#4f110c] bg-[#4f110c]"
/* SCSS */
$brand: #4f110c;
/* SwiftUI */
Color(red: 0.310, green: 0.067, blue: 0.047)
/* Android */
Color.parseColor("#4f110c")Accessibility — WCAG contrast
Aa
#4f110c on white: 14.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f110c on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green6.7%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta78.5%
Yellow84.8%
Key (black)69.0%
Color previews
#4f110c text on a black background
contrast 1.42:1
Card sample
#4f110c text on a white background
contrast 14.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f110c;
Background color
Panel with #4f110c background
background-color: #4f110c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f110c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 17, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 17, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f110c; background: linear-gradient(135deg, #4f110c, #4F3E0C);