#2fdcca
a balanced, vivid cyan · cool · “turquoise”
RGB
47, 220, 202
HSL
174°, 71%, 52%
CMYK
79, 0, 8, 14
Luminance
0.5606
Every format
| HEX | #2fdcca |
| RGB | rgb(47, 220, 202) |
| HSL | hsl(174, 71%, 52%) |
| CMYK | cmyk(79%, 0%, 8%, 14%) |
| LAB | lab(79.6 -45.8 -3.3) |
| LCH | lch(79.6 45.9 184.1) |
| OKLCH | oklch(0.808 0.135 184.1) |
Copy-ready code
/* CSS */
color: #2fdcca;
background-color: #2fdcca;
/* Tailwind (arbitrary) */
class="text-[#2fdcca] bg-[#2fdcca]"
/* SCSS */
$brand: #2fdcca;
/* SwiftUI */
Color(red: 0.184, green: 0.863, blue: 0.792)
/* Android */
Color.parseColor("#2fdcca")Accessibility — WCAG contrast
Aa
#2fdcca on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fdcca on black: 12.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green86.3%
Blue79.2%
CMYK percentages
Cyan78.6%
Magenta0.0%
Yellow8.2%
Key (black)13.7%
Color previews
#2fdcca text on a black background
contrast 12.21:1
Card sample
#2fdcca text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fdcca;
Background color
Panel with #2fdcca background
background-color: #2fdcca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fdcca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 220, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 220, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fdcca; background: linear-gradient(135deg, #2fdcca, #2F7BDC);