#2fe5da
a balanced, electric cyan · cool · closest name: turquoise
RGB
47, 229, 218
HSL
176°, 78%, 54%
CMYK
80, 0, 5, 10
Luminance
0.6170
Every format
| HEX | #2fe5da |
| RGB | rgb(47, 229, 218) |
| HSL | hsl(176, 78%, 54%) |
| CMYK | cmyk(80%, 0%, 5%, 10%) |
| LAB | lab(82.8 -45.3 -7.2) |
| LCH | lch(82.8 45.9 189.0) |
| OKLCH | oklch(0.835 0.137 188.4) |
Copy-ready code
/* CSS */
color: #2fe5da;
background-color: #2fe5da;
/* Tailwind (arbitrary) */
class="text-[#2fe5da] bg-[#2fe5da]"
/* SCSS */
$brand: #2fe5da;
/* SwiftUI */
Color(red: 0.184, green: 0.898, blue: 0.855)
/* Android */
Color.parseColor("#2fe5da")Accessibility — WCAG contrast
Aa
#2fe5da on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fe5da on black: 13.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green89.8%
Blue85.5%
CMYK percentages
Cyan79.5%
Magenta0.0%
Yellow4.8%
Key (black)10.2%
Color previews
#2fe5da text on a black background
contrast 13.34:1
Card sample
#2fe5da text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fe5da;
Background color
Panel with #2fe5da background
background-color: #2fe5da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fe5da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 229, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 229, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fe5da; background: linear-gradient(135deg, #2fe5da, #2F77E5);