#788310
a dark, electric yellow · cool · closest name: olive
RGB
120, 131, 16
HSL
66°, 78%, 29%
CMYK
8, 0, 88, 49
Luminance
0.2026
Every format
| HEX | #788310 |
| RGB | rgb(120, 131, 16) |
| HSL | hsl(66, 78%, 29%) |
| CMYK | cmyk(8%, 0%, 88%, 49%) |
| LAB | lab(52.1 -17.9 53.5) |
| LCH | lch(52.1 56.4 108.5) |
| OKLCH | oklch(0.581 0.128 115.6) |
Copy-ready code
/* CSS */
color: #788310;
background-color: #788310;
/* Tailwind (arbitrary) */
class="text-[#788310] bg-[#788310]"
/* SCSS */
$brand: #788310;
/* SwiftUI */
Color(red: 0.471, green: 0.514, blue: 0.063)
/* Android */
Color.parseColor("#788310")Accessibility — WCAG contrast
Aa
#788310 on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#788310 on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green51.4%
Blue6.3%
CMYK percentages
Cyan8.4%
Magenta0.0%
Yellow87.8%
Key (black)48.6%
Color previews
#788310 text on a black background
contrast 5.05:1
Card sample
#788310 text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #788310;
Background color
Panel with #788310 background
background-color: #788310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #788310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 131, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 131, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #788310; background: linear-gradient(135deg, #788310, #2B8310);