#4fc461
a balanced, vivid green · cool · closest name: forestgreen
RGB
79, 196, 97
HSL
129°, 50%, 54%
CMYK
60, 0, 51, 23
Luminance
0.4201
Every format
| HEX | #4fc461 |
| RGB | rgb(79, 196, 97) |
| HSL | hsl(129, 50%, 54%) |
| CMYK | cmyk(60%, 0%, 51%, 23%) |
| LAB | lab(70.9 -53.6 39.8) |
| LCH | lch(70.9 66.8 143.4) |
| OKLCH | oklch(0.731 0.174 146.4) |
Copy-ready code
/* CSS */
color: #4fc461;
background-color: #4fc461;
/* Tailwind (arbitrary) */
class="text-[#4fc461] bg-[#4fc461]"
/* SCSS */
$brand: #4fc461;
/* SwiftUI */
Color(red: 0.310, green: 0.769, blue: 0.380)
/* Android */
Color.parseColor("#4fc461")Accessibility — WCAG contrast
Aa
#4fc461 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fc461 on black: 9.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green76.9%
Blue38.0%
CMYK percentages
Cyan59.7%
Magenta0.0%
Yellow50.5%
Key (black)23.1%
Color previews
#4fc461 text on a black background
contrast 9.40:1
Card sample
#4fc461 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fc461;
Background color
Panel with #4fc461 background
background-color: #4fc461;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fc461;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 196, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 196, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fc461; background: linear-gradient(135deg, #4fc461, #4FC4AF);