#2fdbae
a balanced, vivid cyan · cool · closest name: aquamarine
RGB
47, 219, 174
HSL
164°, 71%, 52%
CMYK
79, 0, 21, 14
Luminance
0.5432
Every format
| HEX | #2fdbae |
| RGB | rgb(47, 219, 174) |
| HSL | hsl(164, 71%, 52%) |
| CMYK | cmyk(79%, 0%, 21%, 14%) |
| LAB | lab(78.7 -52.5 10.2) |
| LCH | lch(78.7 53.5 169.0) |
| OKLCH | oklch(0.797 0.149 169.9) |
Copy-ready code
/* CSS */
color: #2fdbae;
background-color: #2fdbae;
/* Tailwind (arbitrary) */
class="text-[#2fdbae] bg-[#2fdbae]"
/* SCSS */
$brand: #2fdbae;
/* SwiftUI */
Color(red: 0.184, green: 0.859, blue: 0.682)
/* Android */
Color.parseColor("#2fdbae")Accessibility — WCAG contrast
Aa
#2fdbae on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fdbae on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green85.9%
Blue68.2%
CMYK percentages
Cyan78.5%
Magenta0.0%
Yellow20.5%
Key (black)14.1%
Color previews
#2fdbae text on a black background
contrast 11.86:1
Card sample
#2fdbae text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fdbae;
Background color
Panel with #2fdbae background
background-color: #2fdbae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fdbae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 219, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 219, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fdbae; background: linear-gradient(135deg, #2fdbae, #2F95DB);