#4f8e6e
a dark, soft green · cool · closest name: seagreen
RGB
79, 142, 110
HSL
150°, 29%, 43%
CMYK
44, 0, 23, 44
Luminance
0.2213
Every format
| HEX | #4f8e6e |
| RGB | rgb(79, 142, 110) |
| HSL | hsl(150, 29%, 43%) |
| CMYK | cmyk(44%, 0%, 23%, 44%) |
| LAB | lab(54.2 -28.0 10.8) |
| LCH | lch(54.2 30.1 158.9) |
| OKLCH | oklch(0.595 0.082 160.3) |
Copy-ready code
/* CSS */
color: #4f8e6e;
background-color: #4f8e6e;
/* Tailwind (arbitrary) */
class="text-[#4f8e6e] bg-[#4f8e6e]"
/* SCSS */
$brand: #4f8e6e;
/* SwiftUI */
Color(red: 0.310, green: 0.557, blue: 0.431)
/* Android */
Color.parseColor("#4f8e6e")Accessibility — WCAG contrast
Aa
#4f8e6e on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4f8e6e on black: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green55.7%
Blue43.1%
CMYK percentages
Cyan44.4%
Magenta0.0%
Yellow22.5%
Key (black)44.3%
Color previews
#4f8e6e text on a black background
contrast 5.43:1
Card sample
#4f8e6e text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f8e6e;
Background color
Panel with #4f8e6e background
background-color: #4f8e6e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f8e6e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 142, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 142, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f8e6e; background: linear-gradient(135deg, #4f8e6e, #4F848E);