#797921
a dark, vivid yellow · cool · closest name: olive
RGB
121, 121, 33
HSL
60°, 57%, 30%
CMYK
0, 0, 73, 53
Luminance
0.1785
Every format
| HEX | #797921 |
| RGB | rgb(121, 121, 33) |
| HSL | hsl(60, 57%, 30%) |
| CMYK | cmyk(0%, 0%, 73%, 53%) |
| LAB | lab(49.3 -11.3 45.6) |
| LCH | lch(49.3 47.0 104.0) |
| OKLCH | oklch(0.559 0.107 109.4) |
Copy-ready code
/* CSS */
color: #797921;
background-color: #797921;
/* Tailwind (arbitrary) */
class="text-[#797921] bg-[#797921]"
/* SCSS */
$brand: #797921;
/* SwiftUI */
Color(red: 0.475, green: 0.475, blue: 0.129)
/* Android */
Color.parseColor("#797921")Accessibility — WCAG contrast
Aa
#797921 on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#797921 on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green47.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow72.7%
Key (black)52.5%
Color previews
#797921 text on a black background
contrast 4.57:1
Card sample
#797921 text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #797921;
Background color
Panel with #797921 background
background-color: #797921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #797921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 121, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 121, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #797921; background: linear-gradient(135deg, #797921, #3E7921);