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