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