#44eddf
a balanced, electric cyan · cool · closest name: turquoise
RGB
68, 237, 223
HSL
175°, 82%, 60%
CMYK
71, 0, 6, 7
Luminance
0.6713
Every format
| HEX | #44eddf |
| RGB | rgb(68, 237, 223) |
| HSL | hsl(175, 82%, 60%) |
| CMYK | cmyk(71%, 0%, 6%, 7%) |
| LAB | lab(85.6 -45.3 -5.6) |
| LCH | lch(85.6 45.6 187.1) |
| OKLCH | oklch(0.859 0.136 186.7) |
Copy-ready code
/* CSS */
color: #44eddf;
background-color: #44eddf;
/* Tailwind (arbitrary) */
class="text-[#44eddf] bg-[#44eddf]"
/* SCSS */
$brand: #44eddf;
/* SwiftUI */
Color(red: 0.267, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#44eddf")Accessibility — WCAG contrast
Aa
#44eddf on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44eddf on black: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green92.9%
Blue87.5%
CMYK percentages
Cyan71.3%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#44eddf text on a black background
contrast 14.43:1
Card sample
#44eddf text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44eddf;
Background color
Panel with #44eddf background
background-color: #44eddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44eddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44eddf; background: linear-gradient(135deg, #44eddf, #448AED);