#714421
a dark, vivid orange · warm · closest name: sienna
RGB
113, 68, 33
HSL
26°, 55%, 29%
CMYK
0, 40, 71, 56
Luminance
0.0775
Every format
| HEX | #714421 |
| RGB | rgb(113, 68, 33) |
| HSL | hsl(26, 55%, 29%) |
| CMYK | cmyk(0%, 40%, 71%, 56%) |
| LAB | lab(33.5 15.9 28.8) |
| LCH | lch(33.5 32.9 61.0) |
| OKLCH | oklch(0.432 0.079 56.4) |
Copy-ready code
/* CSS */
color: #714421;
background-color: #714421;
/* Tailwind (arbitrary) */
class="text-[#714421] bg-[#714421]"
/* SCSS */
$brand: #714421;
/* SwiftUI */
Color(red: 0.443, green: 0.267, blue: 0.129)
/* Android */
Color.parseColor("#714421")Accessibility — WCAG contrast
Aa
#714421 on white: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#714421 on black: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green26.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta39.8%
Yellow70.8%
Key (black)55.7%
Color previews
#714421 text on a black background
contrast 2.55:1
Card sample
#714421 text on a white background
contrast 8.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #714421;
Background color
Panel with #714421 background
background-color: #714421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #714421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 68, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 68, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #714421; background: linear-gradient(135deg, #714421, #697121);