#797f3c
a dark, soft yellow · cool · closest name: olive
RGB
121, 127, 60
HSL
65°, 36%, 37%
CMYK
5, 0, 53, 50
Luminance
0.1957
Every format
| HEX | #797f3c |
| RGB | rgb(121, 127, 60) |
| HSL | hsl(65, 36%, 37%) |
| CMYK | cmyk(5%, 0%, 53%, 50%) |
| LAB | lab(51.4 -12.6 35.3) |
| LCH | lch(51.4 37.4 109.6) |
| OKLCH | oklch(0.576 0.091 113.5) |
Copy-ready code
/* CSS */
color: #797f3c;
background-color: #797f3c;
/* Tailwind (arbitrary) */
class="text-[#797f3c] bg-[#797f3c]"
/* SCSS */
$brand: #797f3c;
/* SwiftUI */
Color(red: 0.475, green: 0.498, blue: 0.235)
/* Android */
Color.parseColor("#797f3c")Accessibility — WCAG contrast
Aa
#797f3c on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#797f3c on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green49.8%
Blue23.5%
CMYK percentages
Cyan4.7%
Magenta0.0%
Yellow52.8%
Key (black)50.2%
Color previews
#797f3c text on a black background
contrast 4.91:1
Card sample
#797f3c text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #797f3c;
Background color
Panel with #797f3c background
background-color: #797f3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #797f3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 127, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 127, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #797f3c; background: linear-gradient(135deg, #797f3c, #4C7F3C);