#44bbee
a balanced, electric cyan · cool · closest name: skyblue
RGB
68, 187, 238
HSL
198°, 83%, 60%
CMYK
71, 21, 0, 7
Luminance
0.4294
Every format
| HEX | #44bbee |
| RGB | rgb(68, 187, 238) |
| HSL | hsl(198, 83%, 60%) |
| CMYK | cmyk(71%, 21%, 0%, 7%) |
| LAB | lab(71.5 -16.9 -34.9) |
| LCH | lch(71.5 38.8 244.2) |
| OKLCH | oklch(0.747 0.127 230.6) |
Copy-ready code
/* CSS */
color: #44bbee;
background-color: #44bbee;
/* Tailwind (arbitrary) */
class="text-[#44bbee] bg-[#44bbee]"
/* SCSS */
$brand: #44bbee;
/* SwiftUI */
Color(red: 0.267, green: 0.733, blue: 0.933)
/* Android */
Color.parseColor("#44bbee")Accessibility — WCAG contrast
Aa
#44bbee on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44bbee on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green73.3%
Blue93.3%
CMYK percentages
Cyan71.4%
Magenta21.4%
Yellow0.0%
Key (black)6.7%
Color previews
#44bbee text on a black background
contrast 9.59:1
Card sample
#44bbee text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44bbee;
Background color
Panel with #44bbee background
background-color: #44bbee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44bbee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 187, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 187, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44bbee; background: linear-gradient(135deg, #44bbee, #444AEE);