#2fdaaf
a balanced, vivid cyan · cool · closest name: aquamarine
RGB
47, 218, 175
HSL
165°, 70%, 52%
CMYK
78, 0, 20, 15
Luminance
0.5384
Every format
| HEX | #2fdaaf |
| RGB | rgb(47, 218, 175) |
| HSL | hsl(165, 70%, 52%) |
| CMYK | cmyk(78%, 0%, 20%, 15%) |
| LAB | lab(78.4 -51.9 9.3) |
| LCH | lch(78.4 52.7 169.9) |
| OKLCH | oklch(0.795 0.147 170.7) |
Copy-ready code
/* CSS */
color: #2fdaaf;
background-color: #2fdaaf;
/* Tailwind (arbitrary) */
class="text-[#2fdaaf] bg-[#2fdaaf]"
/* SCSS */
$brand: #2fdaaf;
/* SwiftUI */
Color(red: 0.184, green: 0.855, blue: 0.686)
/* Android */
Color.parseColor("#2fdaaf")Accessibility — WCAG contrast
Aa
#2fdaaf on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fdaaf on black: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green85.5%
Blue68.6%
CMYK percentages
Cyan78.4%
Magenta0.0%
Yellow19.7%
Key (black)14.5%
Color previews
#2fdaaf text on a black background
contrast 11.77:1
Card sample
#2fdaaf text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fdaaf;
Background color
Panel with #2fdaaf background
background-color: #2fdaaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fdaaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 218, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 218, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fdaaf; background: linear-gradient(135deg, #2fdaaf, #2F93DA);