#472b2f
a deep, soft red · warm · closest name: black
RGB
71, 43, 47
HSL
351°, 25%, 22%
CMYK
0, 39, 34, 72
Luminance
0.0327
Every format
| HEX | #472b2f |
| RGB | rgb(71, 43, 47) |
| HSL | hsl(351, 25%, 22%) |
| CMYK | cmyk(0%, 39%, 34%, 72%) |
| LAB | lab(21.1 13.6 2.8) |
| LCH | lch(21.1 13.9 11.7) |
| OKLCH | oklch(0.325 0.042 10.3) |
Copy-ready code
/* CSS */
color: #472b2f;
background-color: #472b2f;
/* Tailwind (arbitrary) */
class="text-[#472b2f] bg-[#472b2f]"
/* SCSS */
$brand: #472b2f;
/* SwiftUI */
Color(red: 0.278, green: 0.169, blue: 0.184)
/* Android */
Color.parseColor("#472b2f")Accessibility — WCAG contrast
Aa
#472b2f on white: 12.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#472b2f on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green16.9%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta39.4%
Yellow33.8%
Key (black)72.2%
Color previews
#472b2f text on a black background
contrast 1.65:1
Card sample
#472b2f text on a white background
contrast 12.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #472b2f;
Background color
Panel with #472b2f background
background-color: #472b2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #472b2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 43, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 43, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #472b2f; background: linear-gradient(135deg, #472b2f, #473A2B);