#798921
a dark, vivid yellow · cool · closest name: olivedrab
RGB
121, 137, 33
HSL
69°, 61%, 33%
CMYK
12, 0, 76, 46
Luminance
0.2207
Every format
| HEX | #798921 |
| RGB | rgb(121, 137, 33) |
| HSL | hsl(69, 61%, 33%) |
| CMYK | cmyk(12%, 0%, 76%, 46%) |
| LAB | lab(54.1 -19.9 50.2) |
| LCH | lch(54.1 54.0 111.6) |
| OKLCH | oklch(0.598 0.126 118.1) |
Copy-ready code
/* CSS */
color: #798921;
background-color: #798921;
/* Tailwind (arbitrary) */
class="text-[#798921] bg-[#798921]"
/* SCSS */
$brand: #798921;
/* SwiftUI */
Color(red: 0.475, green: 0.537, blue: 0.129)
/* Android */
Color.parseColor("#798921")Accessibility — WCAG contrast
Aa
#798921 on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#798921 on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green53.7%
Blue12.9%
CMYK percentages
Cyan11.7%
Magenta0.0%
Yellow75.9%
Key (black)46.3%
Color previews
#798921 text on a black background
contrast 5.41:1
Card sample
#798921 text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #798921;
Background color
Panel with #798921 background
background-color: #798921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #798921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 137, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 137, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #798921; background: linear-gradient(135deg, #798921, #348921);