#2fcccc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
47, 204, 204
HSL
180°, 63%, 49%
CMYK
77, 0, 0, 20
Luminance
0.4815
Every format
| HEX | #2fcccc |
| RGB | rgb(47, 204, 204) |
| HSL | hsl(180, 63%, 49%) |
| CMYK | cmyk(77%, 0%, 0%, 20%) |
| LAB | lab(74.9 -38.1 -11.3) |
| LCH | lch(74.9 39.8 196.5) |
| OKLCH | oklch(0.769 0.123 194.9) |
Copy-ready code
/* CSS */
color: #2fcccc;
background-color: #2fcccc;
/* Tailwind (arbitrary) */
class="text-[#2fcccc] bg-[#2fcccc]"
/* SCSS */
$brand: #2fcccc;
/* SwiftUI */
Color(red: 0.184, green: 0.800, blue: 0.800)
/* Android */
Color.parseColor("#2fcccc")Accessibility — WCAG contrast
Aa
#2fcccc on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fcccc on black: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green80.0%
Blue80.0%
CMYK percentages
Cyan77.0%
Magenta0.0%
Yellow0.0%
Key (black)20.0%
Color previews
#2fcccc text on a black background
contrast 10.63:1
Card sample
#2fcccc text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fcccc;
Background color
Panel with #2fcccc background
background-color: #2fcccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fcccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 204, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 204, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fcccc; background: linear-gradient(135deg, #2fcccc, #2F63CC);