#2ceddf
a balanced, electric cyan · cool · closest name: turquoise
RGB
44, 237, 223
HSL
176°, 84%, 55%
CMYK
81, 0, 6, 7
Luminance
0.6643
Every format
| HEX | #2ceddf |
| RGB | rgb(44, 237, 223) |
| HSL | hsl(176, 84%, 55%) |
| CMYK | cmyk(81%, 0%, 6%, 7%) |
| LAB | lab(85.2 -47.6 -6.2) |
| LCH | lch(85.2 48.0 187.4) |
| OKLCH | oklch(0.855 0.143 187.0) |
Copy-ready code
/* CSS */
color: #2ceddf;
background-color: #2ceddf;
/* Tailwind (arbitrary) */
class="text-[#2ceddf] bg-[#2ceddf]"
/* SCSS */
$brand: #2ceddf;
/* SwiftUI */
Color(red: 0.173, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#2ceddf")Accessibility — WCAG contrast
Aa
#2ceddf on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ceddf on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green92.9%
Blue87.5%
CMYK percentages
Cyan81.4%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#2ceddf text on a black background
contrast 14.29:1
Card sample
#2ceddf text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ceddf;
Background color
Panel with #2ceddf background
background-color: #2ceddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ceddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ceddf; background: linear-gradient(135deg, #2ceddf, #2C7AED);