#4fecae
a balanced, electric green · cool · closest name: aquamarine
RGB
79, 236, 174
HSL
156°, 81%, 62%
CMYK
67, 0, 26, 8
Luminance
0.6471
Every format
| HEX | #4fecae |
| RGB | rgb(79, 236, 174) |
| HSL | hsl(156, 81%, 62%) |
| CMYK | cmyk(67%, 0%, 26%, 8%) |
| LAB | lab(84.3 -55.1 18.3) |
| LCH | lch(84.3 58.1 161.6) |
| OKLCH | oklch(0.846 0.158 162.9) |
Copy-ready code
/* CSS */
color: #4fecae;
background-color: #4fecae;
/* Tailwind (arbitrary) */
class="text-[#4fecae] bg-[#4fecae]"
/* SCSS */
$brand: #4fecae;
/* SwiftUI */
Color(red: 0.310, green: 0.925, blue: 0.682)
/* Android */
Color.parseColor("#4fecae")Accessibility — WCAG contrast
Aa
#4fecae on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fecae on black: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green92.5%
Blue68.2%
CMYK percentages
Cyan66.5%
Magenta0.0%
Yellow26.3%
Key (black)7.5%
Color previews
#4fecae text on a black background
contrast 13.94:1
Card sample
#4fecae text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fecae;
Background color
Panel with #4fecae background
background-color: #4fecae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fecae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 236, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 236, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fecae; background: linear-gradient(135deg, #4fecae, #4FC1EC);