#44cefd
a balanced, electric cyan · cool · closest name: skyblue
RGB
68, 206, 253
HSL
195°, 98%, 63%
CMYK
73, 19, 0, 1
Luminance
0.5246
Every format
| HEX | #44cefd |
| RGB | rgb(68, 206, 253) |
| HSL | hsl(195, 98%, 63%) |
| CMYK | cmyk(73%, 19%, 0%, 1%) |
| LAB | lab(77.5 -21.9 -33.6) |
| LCH | lch(77.5 40.1 237.0) |
| OKLCH | oklch(0.797 0.133 225.3) |
Copy-ready code
/* CSS */
color: #44cefd;
background-color: #44cefd;
/* Tailwind (arbitrary) */
class="text-[#44cefd] bg-[#44cefd]"
/* SCSS */
$brand: #44cefd;
/* SwiftUI */
Color(red: 0.267, green: 0.808, blue: 0.992)
/* Android */
Color.parseColor("#44cefd")Accessibility — WCAG contrast
Aa
#44cefd on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44cefd on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green80.8%
Blue99.2%
CMYK percentages
Cyan73.1%
Magenta18.6%
Yellow0.0%
Key (black)0.8%
Color previews
#44cefd text on a black background
contrast 11.49:1
Card sample
#44cefd text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44cefd;
Background color
Panel with #44cefd background
background-color: #44cefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44cefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 206, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 206, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44cefd; background: linear-gradient(135deg, #44cefd, #4453FD);