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