#778321
a dark, vivid yellow · cool · closest name: olive
RGB
119, 131, 33
HSL
67°, 60%, 32%
CMYK
9, 0, 75, 49
Luminance
0.2026
Every format
| HEX | #778321 |
| RGB | rgb(119, 131, 33) |
| HSL | hsl(67, 60%, 32%) |
| CMYK | cmyk(9%, 0%, 75%, 49%) |
| LAB | lab(52.1 -17.6 48.3) |
| LCH | lch(52.1 51.4 110.0) |
| OKLCH | oklch(0.581 0.119 116.4) |
Copy-ready code
/* CSS */
color: #778321;
background-color: #778321;
/* Tailwind (arbitrary) */
class="text-[#778321] bg-[#778321]"
/* SCSS */
$brand: #778321;
/* SwiftUI */
Color(red: 0.467, green: 0.514, blue: 0.129)
/* Android */
Color.parseColor("#778321")Accessibility — WCAG contrast
Aa
#778321 on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#778321 on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green51.4%
Blue12.9%
CMYK percentages
Cyan9.2%
Magenta0.0%
Yellow74.8%
Key (black)48.6%
Color previews
#778321 text on a black background
contrast 5.05:1
Card sample
#778321 text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #778321;
Background color
Panel with #778321 background
background-color: #778321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #778321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 131, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 131, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #778321; background: linear-gradient(135deg, #778321, #368321);