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