#472405
a deep, electric orange · warm · closest name: sienna
RGB
71, 36, 5
HSL
28°, 87%, 15%
CMYK
0, 49, 93, 72
Luminance
0.0261
Every format
| HEX | #472405 |
| RGB | rgb(71, 36, 5) |
| HSL | hsl(28, 87%, 15%) |
| CMYK | cmyk(0%, 49%, 93%, 72%) |
| LAB | lab(18.4 14.0 24.9) |
| LCH | lch(18.4 28.6 60.6) |
| OKLCH | oklch(0.302 0.067 56.9) |
Copy-ready code
/* CSS */
color: #472405;
background-color: #472405;
/* Tailwind (arbitrary) */
class="text-[#472405] bg-[#472405]"
/* SCSS */
$brand: #472405;
/* SwiftUI */
Color(red: 0.278, green: 0.141, blue: 0.020)
/* Android */
Color.parseColor("#472405")Accessibility — WCAG contrast
Aa
#472405 on white: 13.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#472405 on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green14.1%
Blue2.0%
CMYK percentages
Cyan0.0%
Magenta49.3%
Yellow93.0%
Key (black)72.2%
Color previews
#472405 text on a black background
contrast 1.52:1
Card sample
#472405 text on a white background
contrast 13.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #472405;
Background color
Panel with #472405 background
background-color: #472405;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #472405;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 36, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 36, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #472405; background: linear-gradient(135deg, #472405, #3E4705);