#2fdaca
a balanced, vivid cyan · cool · “turquoise”
RGB
47, 218, 202
HSL
174°, 70%, 52%
CMYK
78, 0, 7, 15
Luminance
0.5501
Every format
| HEX | #2fdaca |
| RGB | rgb(47, 218, 202) |
| HSL | hsl(174, 70%, 52%) |
| CMYK | cmyk(78%, 0%, 7%, 15%) |
| LAB | lab(79.0 -44.9 -4.1) |
| LCH | lch(79.0 45.1 185.3) |
| OKLCH | oklch(0.803 0.133 185.1) |
Copy-ready code
/* CSS */
color: #2fdaca;
background-color: #2fdaca;
/* Tailwind (arbitrary) */
class="text-[#2fdaca] bg-[#2fdaca]"
/* SCSS */
$brand: #2fdaca;
/* SwiftUI */
Color(red: 0.184, green: 0.855, blue: 0.792)
/* Android */
Color.parseColor("#2fdaca")Accessibility — WCAG contrast
Aa
#2fdaca on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fdaca on black: 12.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green85.5%
Blue79.2%
CMYK percentages
Cyan78.4%
Magenta0.0%
Yellow7.3%
Key (black)14.5%
Color previews
#2fdaca text on a black background
contrast 12.00:1
Card sample
#2fdaca text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fdaca;
Background color
Panel with #2fdaca background
background-color: #2fdaca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fdaca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 218, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 218, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fdaca; background: linear-gradient(135deg, #2fdaca, #2F78DA);