#716708
a deep, electric yellow · cool · closest name: olive
RGB
113, 103, 8
HSL
54°, 87%, 24%
CMYK
0, 9, 93, 56
Luminance
0.1323
Every format
| HEX | #716708 |
| RGB | rgb(113, 103, 8) |
| HSL | hsl(54, 87%, 24%) |
| CMYK | cmyk(0%, 9%, 93%, 56%) |
| LAB | lab(43.1 -6.0 47.7) |
| LCH | lch(43.1 48.1 97.2) |
| OKLCH | oklch(0.507 0.104 102.6) |
Copy-ready code
/* CSS */
color: #716708;
background-color: #716708;
/* Tailwind (arbitrary) */
class="text-[#716708] bg-[#716708]"
/* SCSS */
$brand: #716708;
/* SwiftUI */
Color(red: 0.443, green: 0.404, blue: 0.031)
/* Android */
Color.parseColor("#716708")Accessibility — WCAG contrast
Aa
#716708 on white: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#716708 on black: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green40.4%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta8.8%
Yellow92.9%
Key (black)55.7%
Color previews
#716708 text on a black background
contrast 3.65:1
Card sample
#716708 text on a white background
contrast 5.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #716708;
Background color
Panel with #716708 background
background-color: #716708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #716708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 103, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 103, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #716708; background: linear-gradient(135deg, #716708, #357108);