#71440c
a deep, electric orange · warm · closest name: sienna
RGB
113, 68, 12
HSL
33°, 81%, 25%
CMYK
0, 40, 89, 56
Luminance
0.0767
Every format
| HEX | #71440c |
| RGB | rgb(113, 68, 12) |
| HSL | hsl(33, 81%, 25%) |
| CMYK | cmyk(0%, 40%, 89%, 56%) |
| LAB | lab(33.3 15.0 38.6) |
| LCH | lch(33.3 41.4 68.8) |
| OKLCH | oklch(0.430 0.090 65.3) |
Copy-ready code
/* CSS */
color: #71440c;
background-color: #71440c;
/* Tailwind (arbitrary) */
class="text-[#71440c] bg-[#71440c]"
/* SCSS */
$brand: #71440c;
/* SwiftUI */
Color(red: 0.443, green: 0.267, blue: 0.047)
/* Android */
Color.parseColor("#71440c")Accessibility — WCAG contrast
Aa
#71440c on white: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#71440c on black: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green26.7%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta39.8%
Yellow89.4%
Key (black)55.7%
Color previews
#71440c text on a black background
contrast 2.53:1
Card sample
#71440c text on a white background
contrast 8.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71440c;
Background color
Panel with #71440c background
background-color: #71440c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71440c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 68, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 68, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71440c; background: linear-gradient(135deg, #71440c, #5B710C);