#2ef4af
a balanced, electric green · cool · closest name: aquamarine
RGB
46, 244, 175
HSL
159°, 90%, 57%
CMYK
81, 0, 28, 4
Luminance
0.6838
Every format
| HEX | #2ef4af |
| RGB | rgb(46, 244, 175) |
| HSL | hsl(159, 90%, 57%) |
| CMYK | cmyk(81%, 0%, 28%, 4%) |
| LAB | lab(86.2 -62.0 20.3) |
| LCH | lch(86.2 65.3 161.9) |
| OKLCH | oklch(0.859 0.177 163.1) |
Copy-ready code
/* CSS */
color: #2ef4af;
background-color: #2ef4af;
/* Tailwind (arbitrary) */
class="text-[#2ef4af] bg-[#2ef4af]"
/* SCSS */
$brand: #2ef4af;
/* SwiftUI */
Color(red: 0.180, green: 0.957, blue: 0.686)
/* Android */
Color.parseColor("#2ef4af")Accessibility — WCAG contrast
Aa
#2ef4af on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ef4af on black: 14.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green95.7%
Blue68.6%
CMYK percentages
Cyan81.1%
Magenta0.0%
Yellow28.3%
Key (black)4.3%
Color previews
#2ef4af text on a black background
contrast 14.68:1
Card sample
#2ef4af text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ef4af;
Background color
Panel with #2ef4af background
background-color: #2ef4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ef4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 244, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 244, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ef4af; background: linear-gradient(135deg, #2ef4af, #2EB5F4);