#4feeac
a balanced, electric green · cool · closest name: aquamarine
RGB
79, 238, 172
HSL
155°, 82%, 62%
CMYK
67, 0, 28, 7
Luminance
0.6579
Every format
| HEX | #4feeac |
| RGB | rgb(79, 238, 172) |
| HSL | hsl(155, 82%, 62%) |
| CMYK | cmyk(67%, 0%, 28%, 7%) |
| LAB | lab(84.9 -56.3 20.1) |
| LCH | lch(84.9 59.8 160.4) |
| OKLCH | oklch(0.850 0.162 161.6) |
Copy-ready code
/* CSS */
color: #4feeac;
background-color: #4feeac;
/* Tailwind (arbitrary) */
class="text-[#4feeac] bg-[#4feeac]"
/* SCSS */
$brand: #4feeac;
/* SwiftUI */
Color(red: 0.310, green: 0.933, blue: 0.675)
/* Android */
Color.parseColor("#4feeac")Accessibility — WCAG contrast
Aa
#4feeac on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4feeac on black: 14.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green93.3%
Blue67.5%
CMYK percentages
Cyan66.8%
Magenta0.0%
Yellow27.7%
Key (black)6.7%
Color previews
#4feeac text on a black background
contrast 14.16:1
Card sample
#4feeac text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4feeac;
Background color
Panel with #4feeac background
background-color: #4feeac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4feeac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 238, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 238, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4feeac; background: linear-gradient(135deg, #4feeac, #4FC6EE);