#2ce3dc
a balanced, electric cyan · cool · closest name: turquoise
RGB
44, 227, 220
HSL
178°, 77%, 53%
CMYK
81, 0, 3, 11
Luminance
0.6064
Every format
| HEX | #2ce3dc |
| RGB | rgb(44, 227, 220) |
| HSL | hsl(178, 77%, 53%) |
| CMYK | cmyk(81%, 0%, 3%, 11%) |
| LAB | lab(82.2 -44.1 -9.1) |
| LCH | lch(82.2 45.0 191.6) |
| OKLCH | oklch(0.830 0.136 190.7) |
Copy-ready code
/* CSS */
color: #2ce3dc;
background-color: #2ce3dc;
/* Tailwind (arbitrary) */
class="text-[#2ce3dc] bg-[#2ce3dc]"
/* SCSS */
$brand: #2ce3dc;
/* SwiftUI */
Color(red: 0.173, green: 0.890, blue: 0.863)
/* Android */
Color.parseColor("#2ce3dc")Accessibility — WCAG contrast
Aa
#2ce3dc on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ce3dc on black: 13.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green89.0%
Blue86.3%
CMYK percentages
Cyan80.6%
Magenta0.0%
Yellow3.1%
Key (black)11.0%
Color previews
#2ce3dc text on a black background
contrast 13.13:1
Card sample
#2ce3dc text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ce3dc;
Background color
Panel with #2ce3dc background
background-color: #2ce3dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ce3dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 227, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 227, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ce3dc; background: linear-gradient(135deg, #2ce3dc, #2C70E3);