#5ef2ac
a light, electric green · cool · closest name: aquamarine
RGB
94, 242, 172
HSL
152°, 85%, 66%
CMYK
61, 0, 29, 5
Luminance
0.6886
Every format
| HEX | #5ef2ac |
| RGB | rgb(94, 242, 172) |
| HSL | hsl(152, 85%, 66%) |
| CMYK | cmyk(61%, 0%, 29%, 5%) |
| LAB | lab(86.4 -55.3 22.3) |
| LCH | lch(86.4 59.6 158.0) |
| OKLCH | oklch(0.864 0.161 159.4) |
Copy-ready code
/* CSS */
color: #5ef2ac;
background-color: #5ef2ac;
/* Tailwind (arbitrary) */
class="text-[#5ef2ac] bg-[#5ef2ac]"
/* SCSS */
$brand: #5ef2ac;
/* SwiftUI */
Color(red: 0.369, green: 0.949, blue: 0.675)
/* Android */
Color.parseColor("#5ef2ac")Accessibility — WCAG contrast
Aa
#5ef2ac on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ef2ac on black: 14.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green94.9%
Blue67.5%
CMYK percentages
Cyan61.2%
Magenta0.0%
Yellow28.9%
Key (black)5.1%
Color previews
#5ef2ac text on a black background
contrast 14.77:1
Card sample
#5ef2ac text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ef2ac;
Background color
Panel with #5ef2ac background
background-color: #5ef2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ef2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 242, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 242, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ef2ac; background: linear-gradient(135deg, #5ef2ac, #5ED5F2);