#44afda
a balanced, vivid cyan · cool · closest name: skyblue
RGB
68, 175, 218
HSL
197°, 67%, 56%
CMYK
69, 20, 0, 15
Luminance
0.3695
Every format
| HEX | #44afda |
| RGB | rgb(68, 175, 218) |
| HSL | hsl(197, 67%, 56%) |
| CMYK | cmyk(69%, 20%, 0%, 15%) |
| LAB | lab(67.2 -17.0 -30.6) |
| LCH | lch(67.2 35.0 241.0) |
| OKLCH | oklch(0.710 0.115 228.4) |
Copy-ready code
/* CSS */
color: #44afda;
background-color: #44afda;
/* Tailwind (arbitrary) */
class="text-[#44afda] bg-[#44afda]"
/* SCSS */
$brand: #44afda;
/* SwiftUI */
Color(red: 0.267, green: 0.686, blue: 0.855)
/* Android */
Color.parseColor("#44afda")Accessibility — WCAG contrast
Aa
#44afda on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44afda on black: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green68.6%
Blue85.5%
CMYK percentages
Cyan68.8%
Magenta19.7%
Yellow0.0%
Key (black)14.5%
Color previews
#44afda text on a black background
contrast 8.39:1
Card sample
#44afda text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44afda;
Background color
Panel with #44afda background
background-color: #44afda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44afda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 175, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 175, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44afda; background: linear-gradient(135deg, #44afda, #444BDA);