#4b110c
a deep, vivid red · warm · closest name: maroon
RGB
75, 17, 12
HSL
5°, 72%, 17%
CMYK
0, 77, 84, 71
Luminance
0.0192
Every format
| HEX | #4b110c |
| RGB | rgb(75, 17, 12) |
| HSL | hsl(5, 72%, 17%) |
| CMYK | cmyk(0%, 77%, 84%, 71%) |
| LAB | lab(15.1 26.9 18.1) |
| LCH | lch(15.1 32.5 33.9) |
| OKLCH | oklch(0.278 0.088 28.9) |
Copy-ready code
/* CSS */
color: #4b110c;
background-color: #4b110c;
/* Tailwind (arbitrary) */
class="text-[#4b110c] bg-[#4b110c]"
/* SCSS */
$brand: #4b110c;
/* SwiftUI */
Color(red: 0.294, green: 0.067, blue: 0.047)
/* Android */
Color.parseColor("#4b110c")Accessibility — WCAG contrast
Aa
#4b110c on white: 15.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b110c on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green6.7%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta77.3%
Yellow84.0%
Key (black)70.6%
Color previews
#4b110c text on a black background
contrast 1.38:1
Card sample
#4b110c text on a white background
contrast 15.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b110c;
Background color
Panel with #4b110c background
background-color: #4b110c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b110c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 17, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 17, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b110c; background: linear-gradient(135deg, #4b110c, #4B3B0C);