#44cdfc
a balanced, electric cyan · cool · closest name: skyblue
RGB
68, 205, 252
HSL
195°, 97%, 63%
CMYK
73, 19, 0, 1
Luminance
0.5192
Every format
| HEX | #44cdfc |
| RGB | rgb(68, 205, 252) |
| HSL | hsl(195, 97%, 63%) |
| CMYK | cmyk(73%, 19%, 0%, 1%) |
| LAB | lab(77.2 -21.7 -33.6) |
| LCH | lch(77.2 40.0 237.2) |
| OKLCH | oklch(0.795 0.132 225.5) |
Copy-ready code
/* CSS */
color: #44cdfc;
background-color: #44cdfc;
/* Tailwind (arbitrary) */
class="text-[#44cdfc] bg-[#44cdfc]"
/* SCSS */
$brand: #44cdfc;
/* SwiftUI */
Color(red: 0.267, green: 0.804, blue: 0.988)
/* Android */
Color.parseColor("#44cdfc")Accessibility — WCAG contrast
Aa
#44cdfc on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44cdfc on black: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green80.4%
Blue98.8%
CMYK percentages
Cyan73.0%
Magenta18.7%
Yellow0.0%
Key (black)1.2%
Color previews
#44cdfc text on a black background
contrast 11.38:1
Card sample
#44cdfc text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44cdfc;
Background color
Panel with #44cdfc background
background-color: #44cdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44cdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 205, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 205, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44cdfc; background: linear-gradient(135deg, #44cdfc, #4452FC);