#2fcfd0
a balanced, vivid cyan · cool · closest name: turquoise
RGB
47, 207, 208
HSL
180°, 63%, 50%
CMYK
77, 1, 0, 18
Luminance
0.4978
Every format
| HEX | #2fcfd0 |
| RGB | rgb(47, 207, 208) |
| HSL | hsl(180, 63%, 50%) |
| CMYK | cmyk(77%, 1%, 0%, 18%) |
| LAB | lab(75.9 -38.4 -12.0) |
| LCH | lch(75.9 40.2 197.3) |
| OKLCH | oklch(0.778 0.124 195.6) |
Copy-ready code
/* CSS */
color: #2fcfd0;
background-color: #2fcfd0;
/* Tailwind (arbitrary) */
class="text-[#2fcfd0] bg-[#2fcfd0]"
/* SCSS */
$brand: #2fcfd0;
/* SwiftUI */
Color(red: 0.184, green: 0.812, blue: 0.816)
/* Android */
Color.parseColor("#2fcfd0")Accessibility — WCAG contrast
Aa
#2fcfd0 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fcfd0 on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green81.2%
Blue81.6%
CMYK percentages
Cyan77.4%
Magenta0.5%
Yellow0.0%
Key (black)18.4%
Color previews
#2fcfd0 text on a black background
contrast 10.96:1
Card sample
#2fcfd0 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fcfd0;
Background color
Panel with #2fcfd0 background
background-color: #2fcfd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fcfd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 207, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 207, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fcfd0; background: linear-gradient(135deg, #2fcfd0, #2F64D0);