#797a21
a dark, vivid yellow · cool · closest name: olive
RGB
121, 122, 33
HSL
61°, 57%, 30%
CMYK
1, 0, 73, 52
Luminance
0.1809
Every format
| HEX | #797a21 |
| RGB | rgb(121, 122, 33) |
| HSL | hsl(61, 57%, 30%) |
| CMYK | cmyk(1%, 0%, 73%, 52%) |
| LAB | lab(49.6 -11.9 45.9) |
| LCH | lch(49.6 47.4 104.5) |
| OKLCH | oklch(0.561 0.108 110.1) |
Copy-ready code
/* CSS */
color: #797a21;
background-color: #797a21;
/* Tailwind (arbitrary) */
class="text-[#797a21] bg-[#797a21]"
/* SCSS */
$brand: #797a21;
/* SwiftUI */
Color(red: 0.475, green: 0.478, blue: 0.129)
/* Android */
Color.parseColor("#797a21")Accessibility — WCAG contrast
Aa
#797a21 on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#797a21 on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green47.8%
Blue12.9%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow73.0%
Key (black)52.2%
Color previews
#797a21 text on a black background
contrast 4.62:1
Card sample
#797a21 text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #797a21;
Background color
Panel with #797a21 background
background-color: #797a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #797a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 122, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 122, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #797a21; background: linear-gradient(135deg, #797a21, #3E7A21);