#714921
a dark, vivid orange · warm · closest name: sienna
RGB
113, 73, 33
HSL
30°, 55%, 29%
CMYK
0, 35, 71, 56
Luminance
0.0839
Every format
| HEX | #714921 |
| RGB | rgb(113, 73, 33) |
| HSL | hsl(30, 55%, 29%) |
| CMYK | cmyk(0%, 35%, 71%, 56%) |
| LAB | lab(34.8 12.9 30.3) |
| LCH | lch(34.8 32.9 66.9) |
| OKLCH | oklch(0.443 0.077 63.3) |
Copy-ready code
/* CSS */
color: #714921;
background-color: #714921;
/* Tailwind (arbitrary) */
class="text-[#714921] bg-[#714921]"
/* SCSS */
$brand: #714921;
/* SwiftUI */
Color(red: 0.443, green: 0.286, blue: 0.129)
/* Android */
Color.parseColor("#714921")Accessibility — WCAG contrast
Aa
#714921 on white: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#714921 on black: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green28.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta35.4%
Yellow70.8%
Key (black)55.7%
Color previews
#714921 text on a black background
contrast 2.68:1
Card sample
#714921 text on a white background
contrast 7.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #714921;
Background color
Panel with #714921 background
background-color: #714921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #714921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 73, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 73, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #714921; background: linear-gradient(135deg, #714921, #647121);