#44abda
a balanced, vivid cyan · cool · closest name: skyblue
RGB
68, 171, 218
HSL
199°, 67%, 56%
CMYK
69, 22, 0, 15
Luminance
0.3542
Every format
| HEX | #44abda |
| RGB | rgb(68, 171, 218) |
| HSL | hsl(199, 67%, 56%) |
| CMYK | cmyk(69%, 22%, 0%, 15%) |
| LAB | lab(66.1 -14.8 -32.4) |
| LCH | lch(66.1 35.6 245.4) |
| OKLCH | oklch(0.701 0.116 231.6) |
Copy-ready code
/* CSS */
color: #44abda;
background-color: #44abda;
/* Tailwind (arbitrary) */
class="text-[#44abda] bg-[#44abda]"
/* SCSS */
$brand: #44abda;
/* SwiftUI */
Color(red: 0.267, green: 0.671, blue: 0.855)
/* Android */
Color.parseColor("#44abda")Accessibility — WCAG contrast
Aa
#44abda on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44abda on black: 8.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green67.1%
Blue85.5%
CMYK percentages
Cyan68.8%
Magenta21.6%
Yellow0.0%
Key (black)14.5%
Color previews
#44abda text on a black background
contrast 8.08:1
Card sample
#44abda text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44abda;
Background color
Panel with #44abda background
background-color: #44abda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44abda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 171, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 171, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44abda; background: linear-gradient(135deg, #44abda, #4447DA);