#716321
a dark, vivid yellow · cool · closest name: olive
RGB
113, 99, 33
HSL
50°, 55%, 29%
CMYK
0, 12, 71, 56
Luminance
0.1254
Every format
| HEX | #716321 |
| RGB | rgb(113, 99, 33) |
| HSL | hsl(50, 55%, 29%) |
| CMYK | cmyk(0%, 12%, 71%, 56%) |
| LAB | lab(42.1 -2.7 38.1) |
| LCH | lch(42.1 38.2 94.0) |
| OKLCH | oklch(0.500 0.086 97.1) |
Copy-ready code
/* CSS */
color: #716321;
background-color: #716321;
/* Tailwind (arbitrary) */
class="text-[#716321] bg-[#716321]"
/* SCSS */
$brand: #716321;
/* SwiftUI */
Color(red: 0.443, green: 0.388, blue: 0.129)
/* Android */
Color.parseColor("#716321")Accessibility — WCAG contrast
Aa
#716321 on white: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#716321 on black: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green38.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta12.4%
Yellow70.8%
Key (black)55.7%
Color previews
#716321 text on a black background
contrast 3.51:1
Card sample
#716321 text on a white background
contrast 5.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #716321;
Background color
Panel with #716321 background
background-color: #716321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #716321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 99, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 99, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #716321; background: linear-gradient(135deg, #716321, #4A7121);