#47180c
a deep, vivid red · warm · closest name: black
RGB
71, 24, 12
HSL
12°, 71%, 16%
CMYK
0, 66, 83, 72
Luminance
0.0202
Every format
| HEX | #47180c |
| RGB | rgb(71, 24, 12) |
| HSL | hsl(12, 71%, 16%) |
| CMYK | cmyk(0%, 66%, 83%, 72%) |
| LAB | lab(15.6 21.7 18.6) |
| LCH | lch(15.6 28.6 40.6) |
| OKLCH | oklch(0.281 0.075 35.4) |
Copy-ready code
/* CSS */
color: #47180c;
background-color: #47180c;
/* Tailwind (arbitrary) */
class="text-[#47180c] bg-[#47180c]"
/* SCSS */
$brand: #47180c;
/* SwiftUI */
Color(red: 0.278, green: 0.094, blue: 0.047)
/* Android */
Color.parseColor("#47180c")Accessibility — WCAG contrast
Aa
#47180c on white: 14.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#47180c on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green9.4%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta66.2%
Yellow83.1%
Key (black)72.2%
Color previews
#47180c text on a black background
contrast 1.40:1
Card sample
#47180c text on a white background
contrast 14.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47180c;
Background color
Panel with #47180c background
background-color: #47180c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47180c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 24, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 24, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47180c; background: linear-gradient(135deg, #47180c, #473F0C);