#716607
a deep, electric yellow · cool · closest name: olive
RGB
113, 102, 7
HSL
54°, 88%, 24%
CMYK
0, 10, 94, 56
Luminance
0.1303
Every format
| HEX | #716607 |
| RGB | rgb(113, 102, 7) |
| HSL | hsl(54, 88%, 24%) |
| CMYK | cmyk(0%, 10%, 94%, 56%) |
| LAB | lab(42.8 -5.5 47.7) |
| LCH | lch(42.8 48.0 96.5) |
| OKLCH | oklch(0.505 0.103 101.8) |
Copy-ready code
/* CSS */
color: #716607;
background-color: #716607;
/* Tailwind (arbitrary) */
class="text-[#716607] bg-[#716607]"
/* SCSS */
$brand: #716607;
/* SwiftUI */
Color(red: 0.443, green: 0.400, blue: 0.027)
/* Android */
Color.parseColor("#716607")Accessibility — WCAG contrast
Aa
#716607 on white: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#716607 on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green40.0%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow93.8%
Key (black)55.7%
Color previews
#716607 text on a black background
contrast 3.61:1
Card sample
#716607 text on a white background
contrast 5.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #716607;
Background color
Panel with #716607 background
background-color: #716607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #716607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 102, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 102, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #716607; background: linear-gradient(135deg, #716607, #357107);