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