#797f2f
a dark, vivid yellow · cool · closest name: olive
RGB
121, 127, 47
HSL
65°, 46%, 34%
CMYK
5, 0, 63, 50
Luminance
0.1945
Every format
| HEX | #797f2f |
| RGB | rgb(121, 127, 47) |
| HSL | hsl(65, 46%, 34%) |
| CMYK | cmyk(5%, 0%, 63%, 50%) |
| LAB | lab(51.2 -13.7 41.5) |
| LCH | lch(51.2 43.7 108.2) |
| OKLCH | oklch(0.575 0.103 113.2) |
Copy-ready code
/* CSS */
color: #797f2f;
background-color: #797f2f;
/* Tailwind (arbitrary) */
class="text-[#797f2f] bg-[#797f2f]"
/* SCSS */
$brand: #797f2f;
/* SwiftUI */
Color(red: 0.475, green: 0.498, blue: 0.184)
/* Android */
Color.parseColor("#797f2f")Accessibility — WCAG contrast
Aa
#797f2f on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#797f2f on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green49.8%
Blue18.4%
CMYK percentages
Cyan4.7%
Magenta0.0%
Yellow63.0%
Key (black)50.2%
Color previews
#797f2f text on a black background
contrast 4.89:1
Card sample
#797f2f text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #797f2f;
Background color
Panel with #797f2f background
background-color: #797f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #797f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 127, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 127, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #797f2f; background: linear-gradient(135deg, #797f2f, #447F2F);