#7c862d
a dark, vivid yellow · cool · closest name: olive
RGB
124, 134, 45
HSL
67°, 50%, 35%
CMYK
8, 0, 66, 48
Luminance
0.2152
Every format
| HEX | #7c862d |
| RGB | rgb(124, 134, 45) |
| HSL | hsl(67, 50%, 35%) |
| CMYK | cmyk(8%, 0%, 66%, 48%) |
| LAB | lab(53.5 -16.2 44.9) |
| LCH | lch(53.5 47.8 109.9) |
| OKLCH | oklch(0.594 0.113 115.4) |
Copy-ready code
/* CSS */
color: #7c862d;
background-color: #7c862d;
/* Tailwind (arbitrary) */
class="text-[#7c862d] bg-[#7c862d]"
/* SCSS */
$brand: #7c862d;
/* SwiftUI */
Color(red: 0.486, green: 0.525, blue: 0.176)
/* Android */
Color.parseColor("#7c862d")Accessibility — WCAG contrast
Aa
#7c862d on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7c862d on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green52.5%
Blue17.6%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow66.4%
Key (black)47.5%
Color previews
#7c862d text on a black background
contrast 5.30:1
Card sample
#7c862d text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c862d;
Background color
Panel with #7c862d background
background-color: #7c862d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c862d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 134, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 134, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c862d; background: linear-gradient(135deg, #7c862d, #41862D);