#716f13
a dark, vivid yellow · cool · closest name: olive
RGB
113, 111, 19
HSL
59°, 71%, 26%
CMYK
0, 2, 83, 56
Luminance
0.1493
Every format
| HEX | #716f13 |
| RGB | rgb(113, 111, 19) |
| HSL | hsl(59, 71%, 26%) |
| CMYK | cmyk(0%, 2%, 83%, 56%) |
| LAB | lab(45.5 -10.2 46.8) |
| LCH | lch(45.5 47.9 102.3) |
| OKLCH | oklch(0.527 0.107 108.2) |
Copy-ready code
/* CSS */
color: #716f13;
background-color: #716f13;
/* Tailwind (arbitrary) */
class="text-[#716f13] bg-[#716f13]"
/* SCSS */
$brand: #716f13;
/* SwiftUI */
Color(red: 0.443, green: 0.435, blue: 0.075)
/* Android */
Color.parseColor("#716f13")Accessibility — WCAG contrast
Aa
#716f13 on white: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#716f13 on black: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green43.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta1.8%
Yellow83.2%
Key (black)55.7%
Color previews
#716f13 text on a black background
contrast 3.99:1
Card sample
#716f13 text on a white background
contrast 5.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #716f13;
Background color
Panel with #716f13 background
background-color: #716f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #716f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 111, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 111, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #716f13; background: linear-gradient(135deg, #716f13, #347113);