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