#715721
a dark, vivid yellow · warm · closest name: sienna
RGB
113, 87, 33
HSL
41°, 55%, 29%
CMYK
0, 23, 71, 56
Luminance
0.1044
Every format
| HEX | #715721 |
| RGB | rgb(113, 87, 33) |
| HSL | hsl(41, 55%, 29%) |
| CMYK | cmyk(0%, 23%, 71%, 56%) |
| LAB | lab(38.6 4.5 34.4) |
| LCH | lch(38.6 34.7 82.6) |
| OKLCH | oklch(0.472 0.079 82.8) |
Copy-ready code
/* CSS */
color: #715721;
background-color: #715721;
/* Tailwind (arbitrary) */
class="text-[#715721] bg-[#715721]"
/* SCSS */
$brand: #715721;
/* SwiftUI */
Color(red: 0.443, green: 0.341, blue: 0.129)
/* Android */
Color.parseColor("#715721")Accessibility — WCAG contrast
Aa
#715721 on white: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#715721 on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green34.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta23.0%
Yellow70.8%
Key (black)55.7%
Color previews
#715721 text on a black background
contrast 3.09:1
Card sample
#715721 text on a white background
contrast 6.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #715721;
Background color
Panel with #715721 background
background-color: #715721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #715721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 87, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 87, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #715721; background: linear-gradient(135deg, #715721, #567121);