#4fd78f
a balanced, vivid green · cool · closest name: aquamarine
RGB
79, 215, 143
HSL
148°, 63%, 58%
CMYK
63, 0, 34, 16
Luminance
0.5225
Every format
| HEX | #4fd78f |
| RGB | rgb(79, 215, 143) |
| HSL | hsl(148, 63%, 58%) |
| CMYK | cmyk(63%, 0%, 34%, 16%) |
| LAB | lab(77.4 -53.1 24.9) |
| LCH | lch(77.4 58.7 154.9) |
| OKLCH | oklch(0.787 0.157 156.5) |
Copy-ready code
/* CSS */
color: #4fd78f;
background-color: #4fd78f;
/* Tailwind (arbitrary) */
class="text-[#4fd78f] bg-[#4fd78f]"
/* SCSS */
$brand: #4fd78f;
/* SwiftUI */
Color(red: 0.310, green: 0.843, blue: 0.561)
/* Android */
Color.parseColor("#4fd78f")Accessibility — WCAG contrast
Aa
#4fd78f on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fd78f on black: 11.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green84.3%
Blue56.1%
CMYK percentages
Cyan63.3%
Magenta0.0%
Yellow33.5%
Key (black)15.7%
Color previews
#4fd78f text on a black background
contrast 11.45:1
Card sample
#4fd78f text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fd78f;
Background color
Panel with #4fd78f background
background-color: #4fd78f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fd78f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 215, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 215, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fd78f; background: linear-gradient(135deg, #4fd78f, #4FC4D7);