#798e4f
a dark, soft green · cool · closest name: olivedrab
RGB
121, 142, 79
HSL
80°, 29%, 43%
CMYK
15, 0, 44, 44
Luminance
0.2398
Every format
| HEX | #798e4f |
| RGB | rgb(121, 142, 79) |
| HSL | hsl(80, 29%, 43%) |
| CMYK | cmyk(15%, 0%, 44%, 44%) |
| LAB | lab(56.1 -18.4 31.0) |
| LCH | lch(56.1 36.1 120.7) |
| OKLCH | oklch(0.615 0.091 124.1) |
Copy-ready code
/* CSS */
color: #798e4f;
background-color: #798e4f;
/* Tailwind (arbitrary) */
class="text-[#798e4f] bg-[#798e4f]"
/* SCSS */
$brand: #798e4f;
/* SwiftUI */
Color(red: 0.475, green: 0.557, blue: 0.310)
/* Android */
Color.parseColor("#798e4f")Accessibility — WCAG contrast
Aa
#798e4f on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#798e4f on black: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green55.7%
Blue31.0%
CMYK percentages
Cyan14.8%
Magenta0.0%
Yellow44.4%
Key (black)44.3%
Color previews
#798e4f text on a black background
contrast 5.80:1
Card sample
#798e4f text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #798e4f;
Background color
Panel with #798e4f background
background-color: #798e4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #798e4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 142, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 142, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #798e4f; background: linear-gradient(135deg, #798e4f, #4F8E4F);