#716432
a dark, soft yellow · cool · closest name: olive
RGB
113, 100, 50
HSL
48°, 39%, 32%
CMYK
0, 12, 56, 56
Luminance
0.1286
Every format
| HEX | #716432 |
| RGB | rgb(113, 100, 50) |
| HSL | hsl(48, 39%, 32%) |
| CMYK | cmyk(0%, 12%, 56%, 56%) |
| LAB | lab(42.5 -1.9 29.9) |
| LCH | lch(42.5 30.0 93.6) |
| OKLCH | oklch(0.504 0.071 95.1) |
Copy-ready code
/* CSS */
color: #716432;
background-color: #716432;
/* Tailwind (arbitrary) */
class="text-[#716432] bg-[#716432]"
/* SCSS */
$brand: #716432;
/* SwiftUI */
Color(red: 0.443, green: 0.392, blue: 0.196)
/* Android */
Color.parseColor("#716432")Accessibility — WCAG contrast
Aa
#716432 on white: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#716432 on black: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green39.2%
Blue19.6%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow55.8%
Key (black)55.7%
Color previews
#716432 text on a black background
contrast 3.57:1
Card sample
#716432 text on a white background
contrast 5.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #716432;
Background color
Panel with #716432 background
background-color: #716432;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #716432;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 100, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 100, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #716432; background: linear-gradient(135deg, #716432, #547132);