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