#4fd69f
a balanced, vivid green · cool · closest name: aquamarine
RGB
79, 214, 159
HSL
156°, 62%, 58%
CMYK
63, 0, 26, 16
Luminance
0.5226
Every format
| HEX | #4fd69f |
| RGB | rgb(79, 214, 159) |
| HSL | hsl(156, 62%, 58%) |
| CMYK | cmyk(63%, 0%, 26%, 16%) |
| LAB | lab(77.4 -49.5 16.5) |
| LCH | lch(77.4 52.1 161.5) |
| OKLCH | oklch(0.788 0.142 162.8) |
Copy-ready code
/* CSS */
color: #4fd69f;
background-color: #4fd69f;
/* Tailwind (arbitrary) */
class="text-[#4fd69f] bg-[#4fd69f]"
/* SCSS */
$brand: #4fd69f;
/* SwiftUI */
Color(red: 0.310, green: 0.839, blue: 0.624)
/* Android */
Color.parseColor("#4fd69f")Accessibility — WCAG contrast
Aa
#4fd69f on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fd69f on black: 11.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green83.9%
Blue62.4%
CMYK percentages
Cyan63.1%
Magenta0.0%
Yellow25.7%
Key (black)16.1%
Color previews
#4fd69f text on a black background
contrast 11.45:1
Card sample
#4fd69f text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fd69f;
Background color
Panel with #4fd69f background
background-color: #4fd69f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fd69f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 214, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 214, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fd69f; background: linear-gradient(135deg, #4fd69f, #4FB3D6);