#4f784f
a dark, soft green · cool · closest name: seagreen
RGB
79, 120, 79
HSL
120°, 21%, 39%
CMYK
34, 0, 34, 53
Luminance
0.1566
Every format
| HEX | #4f784f |
| RGB | rgb(79, 120, 79) |
| HSL | hsl(120, 21%, 39%) |
| CMYK | cmyk(34%, 0%, 34%, 53%) |
| LAB | lab(46.5 -23.3 18.1) |
| LCH | lch(46.5 29.5 142.1) |
| OKLCH | oklch(0.531 0.078 144.4) |
Copy-ready code
/* CSS */
color: #4f784f;
background-color: #4f784f;
/* Tailwind (arbitrary) */
class="text-[#4f784f] bg-[#4f784f]"
/* SCSS */
$brand: #4f784f;
/* SwiftUI */
Color(red: 0.310, green: 0.471, blue: 0.310)
/* Android */
Color.parseColor("#4f784f")Accessibility — WCAG contrast
Aa
#4f784f on white: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4f784f on black: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green47.1%
Blue31.0%
CMYK percentages
Cyan34.2%
Magenta0.0%
Yellow34.2%
Key (black)52.9%
Color previews
#4f784f text on a black background
contrast 4.13:1
Card sample
#4f784f text on a white background
contrast 5.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f784f;
Background color
Panel with #4f784f background
background-color: #4f784f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f784f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 120, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 120, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f784f; background: linear-gradient(135deg, #4f784f, #4F786A);