#2ff9ac
a balanced, electric green · cool · closest name: aquamarine
RGB
47, 249, 172
HSL
157°, 94%, 58%
CMYK
81, 0, 31, 2
Luminance
0.7133
Every format
| HEX | #2ff9ac |
| RGB | rgb(47, 249, 172) |
| HSL | hsl(157, 94%, 58%) |
| CMYK | cmyk(81%, 0%, 31%, 2%) |
| LAB | lab(87.6 -64.4 23.8) |
| LCH | lch(87.6 68.7 159.7) |
| OKLCH | oklch(0.871 0.185 161.0) |
Copy-ready code
/* CSS */
color: #2ff9ac;
background-color: #2ff9ac;
/* Tailwind (arbitrary) */
class="text-[#2ff9ac] bg-[#2ff9ac]"
/* SCSS */
$brand: #2ff9ac;
/* SwiftUI */
Color(red: 0.184, green: 0.976, blue: 0.675)
/* Android */
Color.parseColor("#2ff9ac")Accessibility — WCAG contrast
Aa
#2ff9ac on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ff9ac on black: 15.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green97.6%
Blue67.5%
CMYK percentages
Cyan81.1%
Magenta0.0%
Yellow30.9%
Key (black)2.4%
Color previews
#2ff9ac text on a black background
contrast 15.27:1
Card sample
#2ff9ac text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ff9ac;
Background color
Panel with #2ff9ac background
background-color: #2ff9ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ff9ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 249, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 249, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ff9ac; background: linear-gradient(135deg, #2ff9ac, #2FBFF9);