#716613
a dark, vivid yellow · cool · closest name: olive
RGB
113, 102, 19
HSL
53°, 71%, 26%
CMYK
0, 10, 83, 56
Luminance
0.1306
Every format
| HEX | #716613 |
| RGB | rgb(113, 102, 19) |
| HSL | hsl(53, 71%, 26%) |
| CMYK | cmyk(0%, 10%, 83%, 56%) |
| LAB | lab(42.9 -5.1 44.5) |
| LCH | lch(42.9 44.8 96.6) |
| OKLCH | oklch(0.506 0.098 101.3) |
Copy-ready code
/* CSS */
color: #716613;
background-color: #716613;
/* Tailwind (arbitrary) */
class="text-[#716613] bg-[#716613]"
/* SCSS */
$brand: #716613;
/* SwiftUI */
Color(red: 0.443, green: 0.400, blue: 0.075)
/* Android */
Color.parseColor("#716613")Accessibility — WCAG contrast
Aa
#716613 on white: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#716613 on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green40.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow83.2%
Key (black)55.7%
Color previews
#716613 text on a black background
contrast 3.61:1
Card sample
#716613 text on a white background
contrast 5.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #716613;
Background color
Panel with #716613 background
background-color: #716613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #716613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 102, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 102, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #716613; background: linear-gradient(135deg, #716613, #3D7113);