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