#47471f
a deep, soft yellow · cool · closest name: darkslategray
RGB
71, 71, 31
HSL
60°, 39%, 20%
CMYK
0, 0, 56, 72
Luminance
0.0594
Every format
| HEX | #47471f |
| RGB | rgb(71, 71, 31) |
| HSL | hsl(60, 39%, 20%) |
| CMYK | cmyk(0%, 0%, 56%, 72%) |
| LAB | lab(29.3 -6.6 23.8) |
| LCH | lch(29.3 24.7 105.4) |
| OKLCH | oklch(0.388 0.059 108.9) |
Copy-ready code
/* CSS */
color: #47471f;
background-color: #47471f;
/* Tailwind (arbitrary) */
class="text-[#47471f] bg-[#47471f]"
/* SCSS */
$brand: #47471f;
/* SwiftUI */
Color(red: 0.278, green: 0.278, blue: 0.122)
/* Android */
Color.parseColor("#47471f")Accessibility — WCAG contrast
Aa
#47471f on white: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#47471f on black: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green27.8%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow56.3%
Key (black)72.2%
Color previews
#47471f text on a black background
contrast 2.19:1
Card sample
#47471f text on a white background
contrast 9.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47471f;
Background color
Panel with #47471f background
background-color: #47471f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47471f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 71, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 71, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47471f; background: linear-gradient(135deg, #47471f, #2C471F);