#798321
a dark, vivid yellow · cool · closest name: olive
RGB
121, 131, 33
HSL
66°, 60%, 32%
CMYK
8, 0, 75, 49
Luminance
0.2041
Every format
| HEX | #798321 |
| RGB | rgb(121, 131, 33) |
| HSL | hsl(66, 60%, 32%) |
| CMYK | cmyk(8%, 0%, 75%, 49%) |
| LAB | lab(52.3 -16.7 48.5) |
| LCH | lch(52.3 51.3 109.0) |
| OKLCH | oklch(0.583 0.119 115.3) |
Copy-ready code
/* CSS */
color: #798321;
background-color: #798321;
/* Tailwind (arbitrary) */
class="text-[#798321] bg-[#798321]"
/* SCSS */
$brand: #798321;
/* SwiftUI */
Color(red: 0.475, green: 0.514, blue: 0.129)
/* Android */
Color.parseColor("#798321")Accessibility — WCAG contrast
Aa
#798321 on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#798321 on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green51.4%
Blue12.9%
CMYK percentages
Cyan7.6%
Magenta0.0%
Yellow74.8%
Key (black)48.6%
Color previews
#798321 text on a black background
contrast 5.08:1
Card sample
#798321 text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #798321;
Background color
Panel with #798321 background
background-color: #798321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #798321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 131, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 131, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #798321; background: linear-gradient(135deg, #798321, #388321);