#44cdff
a balanced, electric cyan · cool · closest name: skyblue
RGB
68, 205, 255
HSL
196°, 100%, 63%
CMYK
73, 20, 0, 0
Luminance
0.5211
Every format
| HEX | #44cdff |
| RGB | rgb(68, 205, 255) |
| HSL | hsl(196, 100%, 63%) |
| CMYK | cmyk(73%, 20%, 0%, 0%) |
| LAB | lab(77.3 -20.7 -35.0) |
| LCH | lch(77.3 40.7 239.4) |
| OKLCH | oklch(0.796 0.134 227.0) |
Copy-ready code
/* CSS */
color: #44cdff;
background-color: #44cdff;
/* Tailwind (arbitrary) */
class="text-[#44cdff] bg-[#44cdff]"
/* SCSS */
$brand: #44cdff;
/* SwiftUI */
Color(red: 0.267, green: 0.804, blue: 1.000)
/* Android */
Color.parseColor("#44cdff")Accessibility — WCAG contrast
Aa
#44cdff on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44cdff on black: 11.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green80.4%
Blue100.0%
CMYK percentages
Cyan73.3%
Magenta19.6%
Yellow0.0%
Key (black)0.0%
Color previews
#44cdff text on a black background
contrast 11.42:1
Card sample
#44cdff text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44cdff;
Background color
Panel with #44cdff background
background-color: #44cdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44cdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 205, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 205, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44cdff; background: linear-gradient(135deg, #44cdff, #4450FF);