#2ff6af
a balanced, electric green · cool · closest name: aquamarine
RGB
47, 246, 175
HSL
159°, 92%, 58%
CMYK
81, 0, 29, 4
Luminance
0.6961
Every format
| HEX | #2ff6af |
| RGB | rgb(47, 246, 175) |
| HSL | hsl(159, 92%, 58%) |
| CMYK | cmyk(81%, 0%, 29%, 4%) |
| LAB | lab(86.8 -62.7 21.1) |
| LCH | lch(86.8 66.2 161.4) |
| OKLCH | oklch(0.865 0.179 162.6) |
Copy-ready code
/* CSS */
color: #2ff6af;
background-color: #2ff6af;
/* Tailwind (arbitrary) */
class="text-[#2ff6af] bg-[#2ff6af]"
/* SCSS */
$brand: #2ff6af;
/* SwiftUI */
Color(red: 0.184, green: 0.965, blue: 0.686)
/* Android */
Color.parseColor("#2ff6af")Accessibility — WCAG contrast
Aa
#2ff6af on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ff6af on black: 14.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green96.5%
Blue68.6%
CMYK percentages
Cyan80.9%
Magenta0.0%
Yellow28.9%
Key (black)3.5%
Color previews
#2ff6af text on a black background
contrast 14.92:1
Card sample
#2ff6af text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ff6af;
Background color
Panel with #2ff6af background
background-color: #2ff6af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ff6af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 246, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 246, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ff6af; background: linear-gradient(135deg, #2ff6af, #2FB8F6);