#714713
a dark, vivid orange · warm · closest name: sienna
RGB
113, 71, 19
HSL
33°, 71%, 26%
CMYK
0, 37, 83, 56
Luminance
0.0806
Every format
| HEX | #714713 |
| RGB | rgb(113, 71, 19) |
| HSL | hsl(33, 71%, 26%) |
| CMYK | cmyk(0%, 37%, 83%, 56%) |
| LAB | lab(34.1 13.4 36.5) |
| LCH | lch(34.1 38.9 69.9) |
| OKLCH | oklch(0.437 0.086 66.8) |
Copy-ready code
/* CSS */
color: #714713;
background-color: #714713;
/* Tailwind (arbitrary) */
class="text-[#714713] bg-[#714713]"
/* SCSS */
$brand: #714713;
/* SwiftUI */
Color(red: 0.443, green: 0.278, blue: 0.075)
/* Android */
Color.parseColor("#714713")Accessibility — WCAG contrast
Aa
#714713 on white: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#714713 on black: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green27.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta37.2%
Yellow83.2%
Key (black)55.7%
Color previews
#714713 text on a black background
contrast 2.61:1
Card sample
#714713 text on a white background
contrast 8.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #714713;
Background color
Panel with #714713 background
background-color: #714713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #714713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 71, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 71, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #714713; background: linear-gradient(135deg, #714713, #5C7113);