#4f8844
a dark, soft green · cool · closest name: seagreen
RGB
79, 136, 68
HSL
110°, 33%, 40%
CMYK
42, 0, 50, 47
Luminance
0.1969
Every format
| HEX | #4f8844 |
| RGB | rgb(79, 136, 68) |
| HSL | hsl(110, 33%, 40%) |
| CMYK | cmyk(42%, 0%, 50%, 47%) |
| LAB | lab(51.5 -32.8 30.6) |
| LCH | lch(51.5 44.9 137.0) |
| OKLCH | oklch(0.571 0.116 140.5) |
Copy-ready code
/* CSS */
color: #4f8844;
background-color: #4f8844;
/* Tailwind (arbitrary) */
class="text-[#4f8844] bg-[#4f8844]"
/* SCSS */
$brand: #4f8844;
/* SwiftUI */
Color(red: 0.310, green: 0.533, blue: 0.267)
/* Android */
Color.parseColor("#4f8844")Accessibility — WCAG contrast
Aa
#4f8844 on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4f8844 on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green53.3%
Blue26.7%
CMYK percentages
Cyan41.9%
Magenta0.0%
Yellow50.0%
Key (black)46.7%
Color previews
#4f8844 text on a black background
contrast 4.94:1
Card sample
#4f8844 text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f8844;
Background color
Panel with #4f8844 background
background-color: #4f8844;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f8844;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 136, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 136, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f8844; background: linear-gradient(135deg, #4f8844, #448866);