#4fefac
a balanced, electric green · cool · closest name: aquamarine
RGB
79, 239, 172
HSL
155°, 83%, 62%
CMYK
67, 0, 28, 6
Luminance
0.6637
Every format
| HEX | #4fefac |
| RGB | rgb(79, 239, 172) |
| HSL | hsl(155, 83%, 62%) |
| CMYK | cmyk(67%, 0%, 28%, 6%) |
| LAB | lab(85.2 -56.7 20.5) |
| LCH | lch(85.2 60.3 160.1) |
| OKLCH | oklch(0.853 0.164 161.4) |
Copy-ready code
/* CSS */
color: #4fefac;
background-color: #4fefac;
/* Tailwind (arbitrary) */
class="text-[#4fefac] bg-[#4fefac]"
/* SCSS */
$brand: #4fefac;
/* SwiftUI */
Color(red: 0.310, green: 0.937, blue: 0.675)
/* Android */
Color.parseColor("#4fefac")Accessibility — WCAG contrast
Aa
#4fefac on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fefac on black: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green93.7%
Blue67.5%
CMYK percentages
Cyan66.9%
Magenta0.0%
Yellow28.0%
Key (black)6.3%
Color previews
#4fefac text on a black background
contrast 14.27:1
Card sample
#4fefac text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fefac;
Background color
Panel with #4fefac background
background-color: #4fefac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fefac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 239, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 239, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fefac; background: linear-gradient(135deg, #4fefac, #4FC7EF);