#704e0f
a deep, electric orange · warm · closest name: sienna
RGB
112, 78, 15
HSL
39°, 76%, 25%
CMYK
0, 30, 87, 56
Luminance
0.0893
Every format
| HEX | #704e0f |
| RGB | rgb(112, 78, 15) |
| HSL | hsl(39, 76%, 25%) |
| CMYK | cmyk(0%, 30%, 87%, 56%) |
| LAB | lab(35.9 8.5 39.6) |
| LCH | lch(35.9 40.5 77.9) |
| OKLCH | oklch(0.450 0.087 77.2) |
Copy-ready code
/* CSS */
color: #704e0f;
background-color: #704e0f;
/* Tailwind (arbitrary) */
class="text-[#704e0f] bg-[#704e0f]"
/* SCSS */
$brand: #704e0f;
/* SwiftUI */
Color(red: 0.439, green: 0.306, blue: 0.059)
/* Android */
Color.parseColor("#704e0f")Accessibility — WCAG contrast
Aa
#704e0f on white: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#704e0f on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green30.6%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta30.4%
Yellow86.6%
Key (black)56.1%
Color previews
#704e0f text on a black background
contrast 2.79:1
Card sample
#704e0f text on a white background
contrast 7.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #704e0f;
Background color
Panel with #704e0f background
background-color: #704e0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #704e0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 78, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 78, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #704e0f; background: linear-gradient(135deg, #704e0f, #51700F);