#44cceb
a balanced, electric cyan · cool · closest name: skyblue
RGB
68, 204, 235
HSL
191°, 81%, 59%
CMYK
71, 13, 0, 8
Luminance
0.5041
Every format
| HEX | #44cceb |
| RGB | rgb(68, 204, 235) |
| HSL | hsl(191, 81%, 59%) |
| CMYK | cmyk(71%, 13%, 0%, 8%) |
| LAB | lab(76.3 -26.5 -25.9) |
| LCH | lch(76.3 37.0 224.3) |
| OKLCH | oklch(0.785 0.122 216.4) |
Copy-ready code
/* CSS */
color: #44cceb;
background-color: #44cceb;
/* Tailwind (arbitrary) */
class="text-[#44cceb] bg-[#44cceb]"
/* SCSS */
$brand: #44cceb;
/* SwiftUI */
Color(red: 0.267, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#44cceb")Accessibility — WCAG contrast
Aa
#44cceb on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44cceb on black: 11.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green80.0%
Blue92.2%
CMYK percentages
Cyan71.1%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#44cceb text on a black background
contrast 11.08:1
Card sample
#44cceb text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44cceb;
Background color
Panel with #44cceb background
background-color: #44cceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44cceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44cceb; background: linear-gradient(135deg, #44cceb, #445DEB);