#707421
a dark, vivid yellow · cool · closest name: olive
RGB
112, 116, 33
HSL
63°, 56%, 29%
CMYK
3, 0, 72, 55
Luminance
0.1605
Every format
| HEX | #707421 |
| RGB | rgb(112, 116, 33) |
| HSL | hsl(63, 56%, 29%) |
| CMYK | cmyk(3%, 0%, 72%, 55%) |
| LAB | lab(47.0 -12.8 43.1) |
| LCH | lch(47.0 44.9 106.5) |
| OKLCH | oklch(0.539 0.104 112.1) |
Copy-ready code
/* CSS */
color: #707421;
background-color: #707421;
/* Tailwind (arbitrary) */
class="text-[#707421] bg-[#707421]"
/* SCSS */
$brand: #707421;
/* SwiftUI */
Color(red: 0.439, green: 0.455, blue: 0.129)
/* Android */
Color.parseColor("#707421")Accessibility — WCAG contrast
Aa
#707421 on white: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#707421 on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green45.5%
Blue12.9%
CMYK percentages
Cyan3.4%
Magenta0.0%
Yellow71.6%
Key (black)54.5%
Color previews
#707421 text on a black background
contrast 4.21:1
Card sample
#707421 text on a white background
contrast 4.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #707421;
Background color
Panel with #707421 background
background-color: #707421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #707421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 116, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 116, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #707421; background: linear-gradient(135deg, #707421, #397421);