#44abcf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
68, 171, 207
HSL
196°, 59%, 54%
CMYK
67, 17, 0, 19
Luminance
0.3486
Every format
| HEX | #44abcf |
| RGB | rgb(68, 171, 207) |
| HSL | hsl(196, 59%, 54%) |
| CMYK | cmyk(67%, 17%, 0%, 19%) |
| LAB | lab(65.6 -18.4 -27.0) |
| LCH | lch(65.6 32.7 235.8) |
| OKLCH | oklch(0.696 0.107 224.8) |
Copy-ready code
/* CSS */
color: #44abcf;
background-color: #44abcf;
/* Tailwind (arbitrary) */
class="text-[#44abcf] bg-[#44abcf]"
/* SCSS */
$brand: #44abcf;
/* SwiftUI */
Color(red: 0.267, green: 0.671, blue: 0.812)
/* Android */
Color.parseColor("#44abcf")Accessibility — WCAG contrast
Aa
#44abcf on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44abcf on black: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green67.1%
Blue81.2%
CMYK percentages
Cyan67.1%
Magenta17.4%
Yellow0.0%
Key (black)18.8%
Color previews
#44abcf text on a black background
contrast 7.97:1
Card sample
#44abcf text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44abcf;
Background color
Panel with #44abcf background
background-color: #44abcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44abcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 171, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 171, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44abcf; background: linear-gradient(135deg, #44abcf, #444ECF);