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