#778721
a dark, vivid yellow · cool · closest name: olivedrab
RGB
119, 135, 33
HSL
69°, 61%, 33%
CMYK
12, 0, 76, 47
Luminance
0.2136
Every format
| HEX | #778721 |
| RGB | rgb(119, 135, 33) |
| HSL | hsl(69, 61%, 33%) |
| CMYK | cmyk(12%, 0%, 76%, 47%) |
| LAB | lab(53.3 -19.7 49.5) |
| LCH | lch(53.3 53.2 111.7) |
| OKLCH | oklch(0.591 0.124 118.3) |
Copy-ready code
/* CSS */
color: #778721;
background-color: #778721;
/* Tailwind (arbitrary) */
class="text-[#778721] bg-[#778721]"
/* SCSS */
$brand: #778721;
/* SwiftUI */
Color(red: 0.467, green: 0.529, blue: 0.129)
/* Android */
Color.parseColor("#778721")Accessibility — WCAG contrast
Aa
#778721 on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#778721 on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green52.9%
Blue12.9%
CMYK percentages
Cyan11.9%
Magenta0.0%
Yellow75.6%
Key (black)47.1%
Color previews
#778721 text on a black background
contrast 5.27:1
Card sample
#778721 text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #778721;
Background color
Panel with #778721 background
background-color: #778721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #778721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 135, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 135, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #778721; background: linear-gradient(135deg, #778721, #338721);