#44a4bb
a balanced, vivid cyan · cool · closest name: skyblue
RGB
68, 164, 187
HSL
192°, 47%, 50%
CMYK
64, 12, 0, 27
Luminance
0.3137
Every format
| HEX | #44a4bb |
| RGB | rgb(68, 164, 187) |
| HSL | hsl(192, 47%, 50%) |
| CMYK | cmyk(64%, 12%, 0%, 27%) |
| LAB | lab(62.8 -21.0 -20.2) |
| LCH | lch(62.8 29.1 223.9) |
| OKLCH | oklch(0.671 0.095 216.3) |
Copy-ready code
/* CSS */
color: #44a4bb;
background-color: #44a4bb;
/* Tailwind (arbitrary) */
class="text-[#44a4bb] bg-[#44a4bb]"
/* SCSS */
$brand: #44a4bb;
/* SwiftUI */
Color(red: 0.267, green: 0.643, blue: 0.733)
/* Android */
Color.parseColor("#44a4bb")Accessibility — WCAG contrast
Aa
#44a4bb on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44a4bb on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green64.3%
Blue73.3%
CMYK percentages
Cyan63.6%
Magenta12.3%
Yellow0.0%
Key (black)26.7%
Color previews
#44a4bb text on a black background
contrast 7.27:1
Card sample
#44a4bb text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44a4bb;
Background color
Panel with #44a4bb background
background-color: #44a4bb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44a4bb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 164, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 164, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44a4bb; background: linear-gradient(135deg, #44a4bb, #4455BB);