#44c2ff
a balanced, electric cyan · cool · closest name: skyblue
RGB
68, 194, 255
HSL
200°, 100%, 63%
CMYK
73, 24, 0, 0
Luminance
0.4703
Every format
| HEX | #44c2ff |
| RGB | rgb(68, 194, 255) |
| HSL | hsl(200, 100%, 63%) |
| CMYK | cmyk(73%, 24%, 0%, 0%) |
| LAB | lab(74.2 -15.0 -39.9) |
| LCH | lch(74.2 42.6 249.4) |
| OKLCH | oklch(0.771 0.139 234.1) |
Copy-ready code
/* CSS */
color: #44c2ff;
background-color: #44c2ff;
/* Tailwind (arbitrary) */
class="text-[#44c2ff] bg-[#44c2ff]"
/* SCSS */
$brand: #44c2ff;
/* SwiftUI */
Color(red: 0.267, green: 0.761, blue: 1.000)
/* Android */
Color.parseColor("#44c2ff")Accessibility — WCAG contrast
Aa
#44c2ff on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44c2ff on black: 10.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green76.1%
Blue100.0%
CMYK percentages
Cyan73.3%
Magenta23.9%
Yellow0.0%
Key (black)0.0%
Color previews
#44c2ff text on a black background
contrast 10.41:1
Card sample
#44c2ff text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44c2ff;
Background color
Panel with #44c2ff background
background-color: #44c2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44c2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 194, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 194, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44c2ff; background: linear-gradient(135deg, #44c2ff, #4445FF);