#4f874f
a dark, soft green · cool · closest name: seagreen
RGB
79, 135, 79
HSL
120°, 26%, 42%
CMYK
42, 0, 42, 47
Luminance
0.1955
Every format
| HEX | #4f874f |
| RGB | rgb(79, 135, 79) |
| HSL | hsl(120, 26%, 42%) |
| CMYK | cmyk(42%, 0%, 42%, 47%) |
| LAB | lab(51.3 -30.6 24.5) |
| LCH | lch(51.3 39.2 141.4) |
| OKLCH | oklch(0.570 0.103 144.1) |
Copy-ready code
/* CSS */
color: #4f874f;
background-color: #4f874f;
/* Tailwind (arbitrary) */
class="text-[#4f874f] bg-[#4f874f]"
/* SCSS */
$brand: #4f874f;
/* SwiftUI */
Color(red: 0.310, green: 0.529, blue: 0.310)
/* Android */
Color.parseColor("#4f874f")Accessibility — WCAG contrast
Aa
#4f874f on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4f874f on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green52.9%
Blue31.0%
CMYK percentages
Cyan41.5%
Magenta0.0%
Yellow41.5%
Key (black)47.1%
Color previews
#4f874f text on a black background
contrast 4.91:1
Card sample
#4f874f text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f874f;
Background color
Panel with #4f874f background
background-color: #4f874f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f874f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 135, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 135, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f874f; background: linear-gradient(135deg, #4f874f, #4F8774);