#7e8821
a dark, vivid yellow · cool · closest name: olive
RGB
126, 136, 33
HSL
66°, 61%, 33%
CMYK
7, 0, 76, 47
Luminance
0.2215
Every format
| HEX | #7e8821 |
| RGB | rgb(126, 136, 33) |
| HSL | hsl(66, 61%, 33%) |
| CMYK | cmyk(7%, 0%, 76%, 47%) |
| LAB | lab(54.2 -17.1 50.5) |
| LCH | lch(54.2 53.3 108.7) |
| OKLCH | oklch(0.599 0.123 115.1) |
Copy-ready code
/* CSS */
color: #7e8821;
background-color: #7e8821;
/* Tailwind (arbitrary) */
class="text-[#7e8821] bg-[#7e8821]"
/* SCSS */
$brand: #7e8821;
/* SwiftUI */
Color(red: 0.494, green: 0.533, blue: 0.129)
/* Android */
Color.parseColor("#7e8821")Accessibility — WCAG contrast
Aa
#7e8821 on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7e8821 on black: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green53.3%
Blue12.9%
CMYK percentages
Cyan7.4%
Magenta0.0%
Yellow75.7%
Key (black)46.7%
Color previews
#7e8821 text on a black background
contrast 5.43:1
Card sample
#7e8821 text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7e8821;
Background color
Panel with #7e8821 background
background-color: #7e8821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7e8821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 136, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 136, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7e8821; background: linear-gradient(135deg, #7e8821, #398821);