#707621
a dark, vivid yellow · cool · closest name: olive
RGB
112, 118, 33
HSL
64°, 56%, 30%
CMYK
5, 0, 72, 54
Luminance
0.1651
Every format
| HEX | #707621 |
| RGB | rgb(112, 118, 33) |
| HSL | hsl(64, 56%, 30%) |
| CMYK | cmyk(5%, 0%, 72%, 54%) |
| LAB | lab(47.6 -13.8 43.7) |
| LCH | lch(47.6 45.8 107.6) |
| OKLCH | oklch(0.544 0.106 113.4) |
Copy-ready code
/* CSS */
color: #707621;
background-color: #707621;
/* Tailwind (arbitrary) */
class="text-[#707621] bg-[#707621]"
/* SCSS */
$brand: #707621;
/* SwiftUI */
Color(red: 0.439, green: 0.463, blue: 0.129)
/* Android */
Color.parseColor("#707621")Accessibility — WCAG contrast
Aa
#707621 on white: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#707621 on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green46.3%
Blue12.9%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow72.0%
Key (black)53.7%
Color previews
#707621 text on a black background
contrast 4.30:1
Card sample
#707621 text on a white background
contrast 4.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #707621;
Background color
Panel with #707621 background
background-color: #707621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #707621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 118, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 118, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #707621; background: linear-gradient(135deg, #707621, #377621);