#4f7b39
a dark, soft green · cool · closest name: seagreen
RGB
79, 123, 57
HSL
100°, 37%, 35%
CMYK
36, 0, 54, 52
Luminance
0.1612
Every format
| HEX | #4f7b39 |
| RGB | rgb(79, 123, 57) |
| HSL | hsl(100, 37%, 35%) |
| CMYK | cmyk(36%, 0%, 54%, 52%) |
| LAB | lab(47.1 -28.1 31.1) |
| LCH | lch(47.1 41.9 132.1) |
| OKLCH | oklch(0.535 0.107 136.2) |
Copy-ready code
/* CSS */
color: #4f7b39;
background-color: #4f7b39;
/* Tailwind (arbitrary) */
class="text-[#4f7b39] bg-[#4f7b39]"
/* SCSS */
$brand: #4f7b39;
/* SwiftUI */
Color(red: 0.310, green: 0.482, blue: 0.224)
/* Android */
Color.parseColor("#4f7b39")Accessibility — WCAG contrast
Aa
#4f7b39 on white: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4f7b39 on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green48.2%
Blue22.4%
CMYK percentages
Cyan35.8%
Magenta0.0%
Yellow53.7%
Key (black)51.8%
Color previews
#4f7b39 text on a black background
contrast 4.22:1
Card sample
#4f7b39 text on a white background
contrast 4.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f7b39;
Background color
Panel with #4f7b39 background
background-color: #4f7b39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f7b39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 123, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 123, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f7b39; background: linear-gradient(135deg, #4f7b39, #397B4F);