#839b49
a dark, soft green · cool · closest name: olivedrab
RGB
131, 155, 73
HSL
78°, 36%, 45%
CMYK
16, 0, 53, 39
Luminance
0.2875
Every format
| HEX | #839b49 |
| RGB | rgb(131, 155, 73) |
| HSL | hsl(78, 36%, 45%) |
| CMYK | cmyk(16%, 0%, 53%, 39%) |
| LAB | lab(60.6 -21.7 39.8) |
| LCH | lch(60.6 45.3 118.6) |
| OKLCH | oklch(0.652 0.112 123.0) |
Copy-ready code
/* CSS */
color: #839b49;
background-color: #839b49;
/* Tailwind (arbitrary) */
class="text-[#839b49] bg-[#839b49]"
/* SCSS */
$brand: #839b49;
/* SwiftUI */
Color(red: 0.514, green: 0.608, blue: 0.286)
/* Android */
Color.parseColor("#839b49")Accessibility — WCAG contrast
Aa
#839b49 on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#839b49 on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green60.8%
Blue28.6%
CMYK percentages
Cyan15.5%
Magenta0.0%
Yellow52.9%
Key (black)39.2%
Color previews
#839b49 text on a black background
contrast 6.75:1
Card sample
#839b49 text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #839b49;
Background color
Panel with #839b49 background
background-color: #839b49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #839b49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 155, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 155, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #839b49; background: linear-gradient(135deg, #839b49, #4C9B49);