#44beee
a balanced, electric cyan · cool · closest name: skyblue
RGB
68, 190, 238
HSL
197°, 83%, 60%
CMYK
71, 20, 0, 7
Luminance
0.4423
Every format
| HEX | #44beee |
| RGB | rgb(68, 190, 238) |
| HSL | hsl(197, 83%, 60%) |
| CMYK | cmyk(71%, 20%, 0%, 7%) |
| LAB | lab(72.4 -18.4 -33.6) |
| LCH | lch(72.4 38.3 241.2) |
| OKLCH | oklch(0.754 0.126 228.4) |
Copy-ready code
/* CSS */
color: #44beee;
background-color: #44beee;
/* Tailwind (arbitrary) */
class="text-[#44beee] bg-[#44beee]"
/* SCSS */
$brand: #44beee;
/* SwiftUI */
Color(red: 0.267, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#44beee")Accessibility — WCAG contrast
Aa
#44beee on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44beee on black: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green74.5%
Blue93.3%
CMYK percentages
Cyan71.4%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#44beee text on a black background
contrast 9.85:1
Card sample
#44beee text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44beee;
Background color
Panel with #44beee background
background-color: #44beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44beee; background: linear-gradient(135deg, #44beee, #444DEE);