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