#49110c
a deep, vivid red · warm · closest name: maroon
RGB
73, 17, 12
HSL
5°, 72%, 17%
CMYK
0, 77, 84, 71
Luminance
0.0184
Every format
| HEX | #49110c |
| RGB | rgb(73, 17, 12) |
| HSL | hsl(5, 72%, 17%) |
| CMYK | cmyk(0%, 77%, 84%, 71%) |
| LAB | lab(14.7 26.2 17.5) |
| LCH | lch(14.7 31.5 33.7) |
| OKLCH | oklch(0.274 0.086 29.0) |
Copy-ready code
/* CSS */
color: #49110c;
background-color: #49110c;
/* Tailwind (arbitrary) */
class="text-[#49110c] bg-[#49110c]"
/* SCSS */
$brand: #49110c;
/* SwiftUI */
Color(red: 0.286, green: 0.067, blue: 0.047)
/* Android */
Color.parseColor("#49110c")Accessibility — WCAG contrast
Aa
#49110c on white: 15.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#49110c on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green6.7%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta76.7%
Yellow83.6%
Key (black)71.4%
Color previews
#49110c text on a black background
contrast 1.37:1
Card sample
#49110c text on a white background
contrast 15.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49110c;
Background color
Panel with #49110c background
background-color: #49110c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49110c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 17, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 17, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49110c; background: linear-gradient(135deg, #49110c, #493A0C);