#47331f
a deep, soft orange · warm · closest name: darkslategray
RGB
71, 51, 31
HSL
30°, 39%, 20%
CMYK
0, 28, 56, 72
Luminance
0.0381
Every format
| HEX | #47331f |
| RGB | rgb(71, 51, 31) |
| HSL | hsl(30, 39%, 20%) |
| CMYK | cmyk(0%, 28%, 56%, 72%) |
| LAB | lab(23.0 6.2 16.1) |
| LCH | lch(23.0 17.3 69.1) |
| OKLCH | oklch(0.339 0.043 65.5) |
Copy-ready code
/* CSS */
color: #47331f;
background-color: #47331f;
/* Tailwind (arbitrary) */
class="text-[#47331f] bg-[#47331f]"
/* SCSS */
$brand: #47331f;
/* SwiftUI */
Color(red: 0.278, green: 0.200, blue: 0.122)
/* Android */
Color.parseColor("#47331f")Accessibility — WCAG contrast
Aa
#47331f on white: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#47331f on black: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green20.0%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta28.2%
Yellow56.3%
Key (black)72.2%
Color previews
#47331f text on a black background
contrast 1.76:1
Card sample
#47331f text on a white background
contrast 11.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47331f;
Background color
Panel with #47331f background
background-color: #47331f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47331f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 51, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 51, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47331f; background: linear-gradient(135deg, #47331f, #40471F);