#2fdb9b
a balanced, vivid green · cool · closest name: aquamarine
RGB
47, 219, 155
HSL
158°, 71%, 52%
CMYK
79, 0, 29, 14
Luminance
0.5363
Every format
| HEX | #2fdb9b |
| RGB | rgb(47, 219, 155) |
| HSL | hsl(158, 71%, 52%) |
| CMYK | cmyk(79%, 0%, 29%, 14%) |
| LAB | lab(78.3 -56.9 19.7) |
| LCH | lch(78.3 60.2 160.9) |
| OKLCH | oklch(0.793 0.163 162.1) |
Copy-ready code
/* CSS */
color: #2fdb9b;
background-color: #2fdb9b;
/* Tailwind (arbitrary) */
class="text-[#2fdb9b] bg-[#2fdb9b]"
/* SCSS */
$brand: #2fdb9b;
/* SwiftUI */
Color(red: 0.184, green: 0.859, blue: 0.608)
/* Android */
Color.parseColor("#2fdb9b")Accessibility — WCAG contrast
Aa
#2fdb9b on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fdb9b on black: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green85.9%
Blue60.8%
CMYK percentages
Cyan78.5%
Magenta0.0%
Yellow29.2%
Key (black)14.1%
Color previews
#2fdb9b text on a black background
contrast 11.73:1
Card sample
#2fdb9b text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fdb9b;
Background color
Panel with #2fdb9b background
background-color: #2fdb9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fdb9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 219, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 219, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fdb9b; background: linear-gradient(135deg, #2fdb9b, #2FA8DB);