#778521
a dark, vivid yellow · cool · closest name: olive
RGB
119, 133, 33
HSL
68°, 60%, 33%
CMYK
11, 0, 75, 48
Luminance
0.2081
Every format
| HEX | #778521 |
| RGB | rgb(119, 133, 33) |
| HSL | hsl(68, 60%, 33%) |
| CMYK | cmyk(11%, 0%, 75%, 48%) |
| LAB | lab(52.7 -18.7 48.9) |
| LCH | lch(52.7 52.3 110.9) |
| OKLCH | oklch(0.586 0.122 117.3) |
Copy-ready code
/* CSS */
color: #778521;
background-color: #778521;
/* Tailwind (arbitrary) */
class="text-[#778521] bg-[#778521]"
/* SCSS */
$brand: #778521;
/* SwiftUI */
Color(red: 0.467, green: 0.522, blue: 0.129)
/* Android */
Color.parseColor("#778521")Accessibility — WCAG contrast
Aa
#778521 on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#778521 on black: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green52.2%
Blue12.9%
CMYK percentages
Cyan10.5%
Magenta0.0%
Yellow75.2%
Key (black)47.8%
Color previews
#778521 text on a black background
contrast 5.16:1
Card sample
#778521 text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #778521;
Background color
Panel with #778521 background
background-color: #778521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #778521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 133, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 133, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #778521; background: linear-gradient(135deg, #778521, #348521);