#47110c
a deep, vivid red · warm · closest name: maroon
RGB
71, 17, 12
HSL
5°, 71%, 16%
CMYK
0, 76, 83, 72
Luminance
0.0177
Every format
| HEX | #47110c |
| RGB | rgb(71, 17, 12) |
| HSL | hsl(5, 71%, 16%) |
| CMYK | cmyk(0%, 76%, 83%, 72%) |
| LAB | lab(14.2 25.4 16.8) |
| LCH | lch(14.2 30.4 33.5) |
| OKLCH | oklch(0.270 0.083 29.0) |
Copy-ready code
/* CSS */
color: #47110c;
background-color: #47110c;
/* Tailwind (arbitrary) */
class="text-[#47110c] bg-[#47110c]"
/* SCSS */
$brand: #47110c;
/* SwiftUI */
Color(red: 0.278, green: 0.067, blue: 0.047)
/* Android */
Color.parseColor("#47110c")Accessibility — WCAG contrast
Aa
#47110c on white: 15.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#47110c on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green6.7%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta76.1%
Yellow83.1%
Key (black)72.2%
Color previews
#47110c text on a black background
contrast 1.35:1
Card sample
#47110c text on a white background
contrast 15.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47110c;
Background color
Panel with #47110c background
background-color: #47110c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47110c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 17, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 17, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47110c; background: linear-gradient(135deg, #47110c, #47380C);