#472f13
a deep, vivid orange · warm · closest name: black
RGB
71, 47, 19
HSL
32°, 58%, 18%
CMYK
0, 34, 73, 72
Luminance
0.0342
Every format
| HEX | #472f13 |
| RGB | rgb(71, 47, 19) |
| HSL | hsl(32, 58%, 18%) |
| CMYK | cmyk(0%, 34%, 73%, 72%) |
| LAB | lab(21.6 7.7 21.9) |
| LCH | lch(21.6 23.3 70.8) |
| OKLCH | oklch(0.327 0.054 68.0) |
Copy-ready code
/* CSS */
color: #472f13;
background-color: #472f13;
/* Tailwind (arbitrary) */
class="text-[#472f13] bg-[#472f13]"
/* SCSS */
$brand: #472f13;
/* SwiftUI */
Color(red: 0.278, green: 0.184, blue: 0.075)
/* Android */
Color.parseColor("#472f13")Accessibility — WCAG contrast
Aa
#472f13 on white: 12.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#472f13 on black: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green18.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta33.8%
Yellow73.2%
Key (black)72.2%
Color previews
#472f13 text on a black background
contrast 1.68:1
Card sample
#472f13 text on a white background
contrast 12.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #472f13;
Background color
Panel with #472f13 background
background-color: #472f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #472f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 47, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 47, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #472f13; background: linear-gradient(135deg, #472f13, #3C4713);