#473e3e
a dark, muted gray · warm · closest name: darkslategray
RGB
71, 62, 62
HSL
0°, 7%, 26%
CMYK
0, 13, 13, 72
Luminance
0.0513
Every format
| HEX | #473e3e |
| RGB | rgb(71, 62, 62) |
| HSL | hsl(0, 7%, 26%) |
| CMYK | cmyk(0%, 13%, 13%, 72%) |
| LAB | lab(27.1 3.9 1.4) |
| LCH | lch(27.1 4.1 20.1) |
| OKLCH | oklch(0.373 0.013 17.7) |
Copy-ready code
/* CSS */
color: #473e3e;
background-color: #473e3e;
/* Tailwind (arbitrary) */
class="text-[#473e3e] bg-[#473e3e]"
/* SCSS */
$brand: #473e3e;
/* SwiftUI */
Color(red: 0.278, green: 0.243, blue: 0.243)
/* Android */
Color.parseColor("#473e3e")Accessibility — WCAG contrast
Aa
#473e3e on white: 10.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#473e3e on black: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green24.3%
Blue24.3%
CMYK percentages
Cyan0.0%
Magenta12.7%
Yellow12.7%
Key (black)72.2%
Color previews
#473e3e text on a black background
contrast 2.03:1
Card sample
#473e3e text on a white background
contrast 10.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #473e3e;
Background color
Panel with #473e3e background
background-color: #473e3e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #473e3e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 62, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 62, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #473e3e; background: linear-gradient(135deg, #473e3e, #47443E);