#7a881b
a dark, vivid yellow · cool · closest name: olive
RGB
122, 136, 27
HSL
68°, 67%, 32%
CMYK
10, 0, 80, 47
Luminance
0.2183
Every format
| HEX | #7a881b |
| RGB | rgb(122, 136, 27) |
| HSL | hsl(68, 67%, 32%) |
| CMYK | cmyk(10%, 0%, 80%, 47%) |
| LAB | lab(53.8 -19.2 52.0) |
| LCH | lch(53.8 55.5 110.2) |
| OKLCH | oklch(0.596 0.128 117.1) |
Copy-ready code
/* CSS */
color: #7a881b;
background-color: #7a881b;
/* Tailwind (arbitrary) */
class="text-[#7a881b] bg-[#7a881b]"
/* SCSS */
$brand: #7a881b;
/* SwiftUI */
Color(red: 0.478, green: 0.533, blue: 0.106)
/* Android */
Color.parseColor("#7a881b")Accessibility — WCAG contrast
Aa
#7a881b on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7a881b on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green53.3%
Blue10.6%
CMYK percentages
Cyan10.3%
Magenta0.0%
Yellow80.1%
Key (black)46.7%
Color previews
#7a881b text on a black background
contrast 5.37:1
Card sample
#7a881b text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a881b;
Background color
Panel with #7a881b background
background-color: #7a881b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a881b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 136, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 136, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a881b; background: linear-gradient(135deg, #7a881b, #31881B);