#44dbeb
a balanced, electric cyan · cool · closest name: turquoise
RGB
68, 219, 235
HSL
186°, 81%, 59%
CMYK
71, 7, 0, 8
Luminance
0.5789
Every format
| HEX | #44dbeb |
| RGB | rgb(68, 219, 235) |
| HSL | hsl(186, 81%, 59%) |
| CMYK | cmyk(71%, 7%, 0%, 8%) |
| LAB | lab(80.7 -33.8 -19.3) |
| LCH | lch(80.7 38.9 209.7) |
| OKLCH | oklch(0.820 0.124 205.5) |
Copy-ready code
/* CSS */
color: #44dbeb;
background-color: #44dbeb;
/* Tailwind (arbitrary) */
class="text-[#44dbeb] bg-[#44dbeb]"
/* SCSS */
$brand: #44dbeb;
/* SwiftUI */
Color(red: 0.267, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#44dbeb")Accessibility — WCAG contrast
Aa
#44dbeb on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44dbeb on black: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green85.9%
Blue92.2%
CMYK percentages
Cyan71.1%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#44dbeb text on a black background
contrast 12.58:1
Card sample
#44dbeb text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44dbeb;
Background color
Panel with #44dbeb background
background-color: #44dbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44dbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44dbeb; background: linear-gradient(135deg, #44dbeb, #446CEB);