#716421
a dark, vivid yellow · cool · closest name: olive
RGB
113, 100, 33
HSL
50°, 55%, 29%
CMYK
0, 12, 71, 56
Luminance
0.1273
Every format
| HEX | #716421 |
| RGB | rgb(113, 100, 33) |
| HSL | hsl(50, 55%, 29%) |
| CMYK | cmyk(0%, 12%, 71%, 56%) |
| LAB | lab(42.4 -3.2 38.4) |
| LCH | lch(42.4 38.5 94.8) |
| OKLCH | oklch(0.502 0.087 98.1) |
Copy-ready code
/* CSS */
color: #716421;
background-color: #716421;
/* Tailwind (arbitrary) */
class="text-[#716421] bg-[#716421]"
/* SCSS */
$brand: #716421;
/* SwiftUI */
Color(red: 0.443, green: 0.392, blue: 0.129)
/* Android */
Color.parseColor("#716421")Accessibility — WCAG contrast
Aa
#716421 on white: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#716421 on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green39.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow70.8%
Key (black)55.7%
Color previews
#716421 text on a black background
contrast 3.55:1
Card sample
#716421 text on a white background
contrast 5.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #716421;
Background color
Panel with #716421 background
background-color: #716421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #716421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 100, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 100, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #716421; background: linear-gradient(135deg, #716421, #497121);