#716913
a dark, vivid yellow · cool · closest name: olive
RGB
113, 105, 19
HSL
55°, 71%, 26%
CMYK
0, 7, 83, 56
Luminance
0.1366
Every format
| HEX | #716913 |
| RGB | rgb(113, 105, 19) |
| HSL | hsl(55, 71%, 26%) |
| CMYK | cmyk(0%, 7%, 83%, 56%) |
| LAB | lab(43.7 -6.8 45.3) |
| LCH | lch(43.7 45.8 98.6) |
| OKLCH | oklch(0.513 0.101 103.8) |
Copy-ready code
/* CSS */
color: #716913;
background-color: #716913;
/* Tailwind (arbitrary) */
class="text-[#716913] bg-[#716913]"
/* SCSS */
$brand: #716913;
/* SwiftUI */
Color(red: 0.443, green: 0.412, blue: 0.075)
/* Android */
Color.parseColor("#716913")Accessibility — WCAG contrast
Aa
#716913 on white: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#716913 on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green41.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow83.2%
Key (black)55.7%
Color previews
#716913 text on a black background
contrast 3.73:1
Card sample
#716913 text on a white background
contrast 5.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #716913;
Background color
Panel with #716913 background
background-color: #716913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #716913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 105, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 105, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #716913; background: linear-gradient(135deg, #716913, #3A7113);