#4f8f3f
a dark, soft green · cool · closest name: forestgreen
RGB
79, 143, 63
HSL
108°, 39%, 40%
CMYK
45, 0, 56, 44
Luminance
0.2167
Every format
| HEX | #4f8f3f |
| RGB | rgb(79, 143, 63) |
| HSL | hsl(108, 39%, 40%) |
| CMYK | cmyk(45%, 0%, 56%, 44%) |
| LAB | lab(53.7 -36.6 35.8) |
| LCH | lch(53.7 51.2 135.6) |
| OKLCH | oklch(0.588 0.132 139.7) |
Copy-ready code
/* CSS */
color: #4f8f3f;
background-color: #4f8f3f;
/* Tailwind (arbitrary) */
class="text-[#4f8f3f] bg-[#4f8f3f]"
/* SCSS */
$brand: #4f8f3f;
/* SwiftUI */
Color(red: 0.310, green: 0.561, blue: 0.247)
/* Android */
Color.parseColor("#4f8f3f")Accessibility — WCAG contrast
Aa
#4f8f3f on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4f8f3f on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green56.1%
Blue24.7%
CMYK percentages
Cyan44.8%
Magenta0.0%
Yellow55.9%
Key (black)43.9%
Color previews
#4f8f3f text on a black background
contrast 5.33:1
Card sample
#4f8f3f text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f8f3f;
Background color
Panel with #4f8f3f background
background-color: #4f8f3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f8f3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 143, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 143, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f8f3f; background: linear-gradient(135deg, #4f8f3f, #3F8F64);