#4e6d2f
a dark, soft green · cool · closest name: seagreen
RGB
78, 109, 47
HSL
90°, 40%, 31%
CMYK
28, 0, 57, 57
Luminance
0.1276
Every format
| HEX | #4e6d2f |
| RGB | rgb(78, 109, 47) |
| HSL | hsl(90, 40%, 31%) |
| CMYK | cmyk(28%, 0%, 57%, 57%) |
| LAB | lab(42.4 -22.8 30.7) |
| LCH | lch(42.4 38.2 126.6) |
| OKLCH | oklch(0.496 0.096 131.2) |
Copy-ready code
/* CSS */
color: #4e6d2f;
background-color: #4e6d2f;
/* Tailwind (arbitrary) */
class="text-[#4e6d2f] bg-[#4e6d2f]"
/* SCSS */
$brand: #4e6d2f;
/* SwiftUI */
Color(red: 0.306, green: 0.427, blue: 0.184)
/* Android */
Color.parseColor("#4e6d2f")Accessibility — WCAG contrast
Aa
#4e6d2f on white: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4e6d2f on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green42.7%
Blue18.4%
CMYK percentages
Cyan28.4%
Magenta0.0%
Yellow56.9%
Key (black)57.3%
Color previews
#4e6d2f text on a black background
contrast 3.55:1
Card sample
#4e6d2f text on a white background
contrast 5.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4e6d2f;
Background color
Panel with #4e6d2f background
background-color: #4e6d2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4e6d2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 109, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 109, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4e6d2f; background: linear-gradient(135deg, #4e6d2f, #2F6D39);