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