#2ce0dc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
44, 224, 220
HSL
179°, 74%, 53%
CMYK
80, 0, 2, 12
Luminance
0.5901
Every format
| HEX | #2ce0dc |
| RGB | rgb(44, 224, 220) |
| HSL | hsl(179, 74%, 53%) |
| CMYK | cmyk(80%, 0%, 2%, 12%) |
| LAB | lab(81.3 -42.8 -10.4) |
| LCH | lch(81.3 44.0 193.6) |
| OKLCH | oklch(0.823 0.134 192.5) |
Copy-ready code
/* CSS */
color: #2ce0dc;
background-color: #2ce0dc;
/* Tailwind (arbitrary) */
class="text-[#2ce0dc] bg-[#2ce0dc]"
/* SCSS */
$brand: #2ce0dc;
/* SwiftUI */
Color(red: 0.173, green: 0.878, blue: 0.863)
/* Android */
Color.parseColor("#2ce0dc")Accessibility — WCAG contrast
Aa
#2ce0dc on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ce0dc on black: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green87.8%
Blue86.3%
CMYK percentages
Cyan80.4%
Magenta0.0%
Yellow1.8%
Key (black)12.2%
Color previews
#2ce0dc text on a black background
contrast 12.80:1
Card sample
#2ce0dc text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ce0dc;
Background color
Panel with #2ce0dc background
background-color: #2ce0dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ce0dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 224, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 224, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ce0dc; background: linear-gradient(135deg, #2ce0dc, #2C6CE0);