#44bdf6
a balanced, electric cyan · cool · closest name: skyblue
RGB
68, 189, 246
HSL
199°, 91%, 62%
CMYK
72, 23, 0, 4
Luminance
0.4428
Every format
| HEX | #44bdf6 |
| RGB | rgb(68, 189, 246) |
| HSL | hsl(199, 91%, 62%) |
| CMYK | cmyk(72%, 23%, 0%, 4%) |
| LAB | lab(72.4 -15.3 -37.8) |
| LCH | lch(72.4 40.8 248.0) |
| OKLCH | oklch(0.755 0.133 233.2) |
Copy-ready code
/* CSS */
color: #44bdf6;
background-color: #44bdf6;
/* Tailwind (arbitrary) */
class="text-[#44bdf6] bg-[#44bdf6]"
/* SCSS */
$brand: #44bdf6;
/* SwiftUI */
Color(red: 0.267, green: 0.741, blue: 0.965)
/* Android */
Color.parseColor("#44bdf6")Accessibility — WCAG contrast
Aa
#44bdf6 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44bdf6 on black: 9.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green74.1%
Blue96.5%
CMYK percentages
Cyan72.4%
Magenta23.2%
Yellow0.0%
Key (black)3.5%
Color previews
#44bdf6 text on a black background
contrast 9.86:1
Card sample
#44bdf6 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44bdf6;
Background color
Panel with #44bdf6 background
background-color: #44bdf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44bdf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 189, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 189, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44bdf6; background: linear-gradient(135deg, #44bdf6, #4447F6);