#76894f
a dark, soft green · cool · closest name: olivedrab
RGB
118, 137, 79
HSL
80°, 27%, 42%
CMYK
14, 0, 42, 46
Luminance
0.2231
Every format
| HEX | #76894f |
| RGB | rgb(118, 137, 79) |
| HSL | hsl(80, 27%, 42%) |
| CMYK | cmyk(14%, 0%, 42%, 46%) |
| LAB | lab(54.4 -17.0 28.8) |
| LCH | lch(54.4 33.5 120.6) |
| OKLCH | oklch(0.601 0.085 123.7) |
Copy-ready code
/* CSS */
color: #76894f;
background-color: #76894f;
/* Tailwind (arbitrary) */
class="text-[#76894f] bg-[#76894f]"
/* SCSS */
$brand: #76894f;
/* SwiftUI */
Color(red: 0.463, green: 0.537, blue: 0.310)
/* Android */
Color.parseColor("#76894f")Accessibility — WCAG contrast
Aa
#76894f on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#76894f on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green53.7%
Blue31.0%
CMYK percentages
Cyan13.9%
Magenta0.0%
Yellow42.3%
Key (black)46.3%
Color previews
#76894f text on a black background
contrast 5.46:1
Card sample
#76894f text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76894f;
Background color
Panel with #76894f background
background-color: #76894f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76894f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 137, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 137, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76894f; background: linear-gradient(135deg, #76894f, #4F894F);