#472000
a deep, electric orange · warm · closest name: sienna
RGB
71, 32, 0
HSL
27°, 100%, 14%
CMYK
0, 55, 100, 72
Luminance
0.0237
Every format
| HEX | #472000 |
| RGB | rgb(71, 32, 0) |
| HSL | hsl(27, 100%, 14%) |
| CMYK | cmyk(0%, 55%, 100%, 72%) |
| LAB | lab(17.3 16.3 25.7) |
| LCH | lch(17.3 30.4 57.5) |
| OKLCH | oklch(0.293 0.073 54.5) |
Copy-ready code
/* CSS */
color: #472000;
background-color: #472000;
/* Tailwind (arbitrary) */
class="text-[#472000] bg-[#472000]"
/* SCSS */
$brand: #472000;
/* SwiftUI */
Color(red: 0.278, green: 0.125, blue: 0.000)
/* Android */
Color.parseColor("#472000")Accessibility — WCAG contrast
Aa
#472000 on white: 14.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#472000 on black: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green12.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta54.9%
Yellow100.0%
Key (black)72.2%
Color previews
#472000 text on a black background
contrast 1.47:1
Card sample
#472000 text on a white background
contrast 14.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #472000;
Background color
Panel with #472000 background
background-color: #472000;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #472000;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 32, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 32, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #472000; background: linear-gradient(135deg, #472000, #3F4700);