#2cefce
a balanced, electric cyan · cool · closest name: turquoise
RGB
44, 239, 206
HSL
170°, 86%, 56%
CMYK
82, 0, 14, 6
Luminance
0.6672
Every format
| HEX | #2cefce |
| RGB | rgb(44, 239, 206) |
| HSL | hsl(170, 86%, 56%) |
| CMYK | cmyk(82%, 0%, 14%, 6%) |
| LAB | lab(85.4 -53.0 3.0) |
| LCH | lch(85.4 53.0 176.8) |
| OKLCH | oklch(0.855 0.151 177.3) |
Copy-ready code
/* CSS */
color: #2cefce;
background-color: #2cefce;
/* Tailwind (arbitrary) */
class="text-[#2cefce] bg-[#2cefce]"
/* SCSS */
$brand: #2cefce;
/* SwiftUI */
Color(red: 0.173, green: 0.937, blue: 0.808)
/* Android */
Color.parseColor("#2cefce")Accessibility — WCAG contrast
Aa
#2cefce on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cefce on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green93.7%
Blue80.8%
CMYK percentages
Cyan81.6%
Magenta0.0%
Yellow13.8%
Key (black)6.3%
Color previews
#2cefce text on a black background
contrast 14.34:1
Card sample
#2cefce text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cefce;
Background color
Panel with #2cefce background
background-color: #2cefce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cefce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 239, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 239, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cefce; background: linear-gradient(135deg, #2cefce, #2C8EEF);