#4fd548
a balanced, vivid green · cool · closest name: forestgreen
RGB
79, 213, 72
HSL
117°, 63%, 56%
CMYK
63, 0, 66, 17
Luminance
0.4972
Every format
| HEX | #4fd548 |
| RGB | rgb(79, 213, 72) |
| HSL | hsl(117, 63%, 56%) |
| CMYK | cmyk(63%, 0%, 66%, 17%) |
| LAB | lab(75.9 -62.7 56.9) |
| LCH | lch(75.9 84.7 137.8) |
| OKLCH | oklch(0.771 0.215 142.4) |
Copy-ready code
/* CSS */
color: #4fd548;
background-color: #4fd548;
/* Tailwind (arbitrary) */
class="text-[#4fd548] bg-[#4fd548]"
/* SCSS */
$brand: #4fd548;
/* SwiftUI */
Color(red: 0.310, green: 0.835, blue: 0.282)
/* Android */
Color.parseColor("#4fd548")Accessibility — WCAG contrast
Aa
#4fd548 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fd548 on black: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green83.5%
Blue28.2%
CMYK percentages
Cyan62.9%
Magenta0.0%
Yellow66.2%
Key (black)16.5%
Color previews
#4fd548 text on a black background
contrast 10.94:1
Card sample
#4fd548 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fd548;
Background color
Panel with #4fd548 background
background-color: #4fd548;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fd548;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 213, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 213, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fd548; background: linear-gradient(135deg, #4fd548, #48D59F);