#44baeb
a balanced, electric cyan · cool · closest name: skyblue
RGB
68, 186, 235
HSL
198°, 81%, 59%
CMYK
71, 21, 0, 8
Luminance
0.4234
Every format
| HEX | #44baeb |
| RGB | rgb(68, 186, 235) |
| HSL | hsl(198, 81%, 59%) |
| CMYK | cmyk(71%, 21%, 0%, 8%) |
| LAB | lab(71.1 -17.3 -33.9) |
| LCH | lch(71.1 38.1 243.0) |
| OKLCH | oklch(0.744 0.125 229.7) |
Copy-ready code
/* CSS */
color: #44baeb;
background-color: #44baeb;
/* Tailwind (arbitrary) */
class="text-[#44baeb] bg-[#44baeb]"
/* SCSS */
$brand: #44baeb;
/* SwiftUI */
Color(red: 0.267, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#44baeb")Accessibility — WCAG contrast
Aa
#44baeb on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44baeb on black: 9.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green72.9%
Blue92.2%
CMYK percentages
Cyan71.1%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#44baeb text on a black background
contrast 9.47:1
Card sample
#44baeb text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44baeb;
Background color
Panel with #44baeb background
background-color: #44baeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44baeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44baeb; background: linear-gradient(135deg, #44baeb, #444BEB);