#2fdbcc
a balanced, vivid cyan · cool · “turquoise”
RGB
47, 219, 204
HSL
175°, 71%, 52%
CMYK
79, 0, 7, 14
Luminance
0.5563
Every format
| HEX | #2fdbcc |
| RGB | rgb(47, 219, 204) |
| HSL | hsl(175, 71%, 52%) |
| CMYK | cmyk(79%, 0%, 7%, 14%) |
| LAB | lab(79.4 -44.8 -4.7) |
| LCH | lch(79.4 45.0 186.0) |
| OKLCH | oklch(0.806 0.133 185.8) |
Copy-ready code
/* CSS */
color: #2fdbcc;
background-color: #2fdbcc;
/* Tailwind (arbitrary) */
class="text-[#2fdbcc] bg-[#2fdbcc]"
/* SCSS */
$brand: #2fdbcc;
/* SwiftUI */
Color(red: 0.184, green: 0.859, blue: 0.800)
/* Android */
Color.parseColor("#2fdbcc")Accessibility — WCAG contrast
Aa
#2fdbcc on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fdbcc on black: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green85.9%
Blue80.0%
CMYK percentages
Cyan78.5%
Magenta0.0%
Yellow6.8%
Key (black)14.1%
Color previews
#2fdbcc text on a black background
contrast 12.13:1
Card sample
#2fdbcc text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fdbcc;
Background color
Panel with #2fdbcc background
background-color: #2fdbcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fdbcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 219, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 219, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fdbcc; background: linear-gradient(135deg, #2fdbcc, #2F77DB);