#4fbc5b
a balanced, soft green · cool · closest name: forestgreen
RGB
79, 188, 91
HSL
127°, 45%, 52%
CMYK
58, 0, 52, 26
Luminance
0.3838
Every format
| HEX | #4fbc5b |
| RGB | rgb(79, 188, 91) |
| HSL | hsl(127, 45%, 52%) |
| CMYK | cmyk(58%, 0%, 52%, 26%) |
| LAB | lab(68.3 -51.4 39.6) |
| LCH | lch(68.3 64.9 142.4) |
| OKLCH | oklch(0.709 0.169 145.6) |
Copy-ready code
/* CSS */
color: #4fbc5b;
background-color: #4fbc5b;
/* Tailwind (arbitrary) */
class="text-[#4fbc5b] bg-[#4fbc5b]"
/* SCSS */
$brand: #4fbc5b;
/* SwiftUI */
Color(red: 0.310, green: 0.737, blue: 0.357)
/* Android */
Color.parseColor("#4fbc5b")Accessibility — WCAG contrast
Aa
#4fbc5b on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fbc5b on black: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green73.7%
Blue35.7%
CMYK percentages
Cyan58.0%
Magenta0.0%
Yellow51.6%
Key (black)26.3%
Color previews
#4fbc5b text on a black background
contrast 8.68:1
Card sample
#4fbc5b text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fbc5b;
Background color
Panel with #4fbc5b background
background-color: #4fbc5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fbc5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 188, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 188, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fbc5b; background: linear-gradient(135deg, #4fbc5b, #4FBCA4);