#797939
a dark, soft yellow · cool · closest name: olive
RGB
121, 121, 57
HSL
60°, 36%, 35%
CMYK
0, 0, 53, 53
Luminance
0.1804
Every format
| HEX | #797939 |
| RGB | rgb(121, 121, 57) |
| HSL | hsl(60, 36%, 35%) |
| CMYK | cmyk(0%, 0%, 53%, 53%) |
| LAB | lab(49.5 -9.6 34.7) |
| LCH | lch(49.5 36.0 105.4) |
| OKLCH | oklch(0.562 0.086 108.9) |
Copy-ready code
/* CSS */
color: #797939;
background-color: #797939;
/* Tailwind (arbitrary) */
class="text-[#797939] bg-[#797939]"
/* SCSS */
$brand: #797939;
/* SwiftUI */
Color(red: 0.475, green: 0.475, blue: 0.224)
/* Android */
Color.parseColor("#797939")Accessibility — WCAG contrast
Aa
#797939 on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#797939 on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green47.5%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow52.9%
Key (black)52.5%
Color previews
#797939 text on a black background
contrast 4.61:1
Card sample
#797939 text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #797939;
Background color
Panel with #797939 background
background-color: #797939;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #797939;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 121, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 121, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #797939; background: linear-gradient(135deg, #797939, #4E7939);