#44ccee
a balanced, electric cyan · cool · closest name: skyblue
RGB
68, 204, 238
HSL
192°, 83%, 60%
CMYK
71, 14, 0, 7
Luminance
0.5059
Every format
| HEX | #44ccee |
| RGB | rgb(68, 204, 238) |
| HSL | hsl(192, 83%, 60%) |
| CMYK | cmyk(71%, 14%, 0%, 7%) |
| LAB | lab(76.4 -25.6 -27.3) |
| LCH | lch(76.4 37.4 226.9) |
| OKLCH | oklch(0.786 0.123 218.2) |
Copy-ready code
/* CSS */
color: #44ccee;
background-color: #44ccee;
/* Tailwind (arbitrary) */
class="text-[#44ccee] bg-[#44ccee]"
/* SCSS */
$brand: #44ccee;
/* SwiftUI */
Color(red: 0.267, green: 0.800, blue: 0.933)
/* Android */
Color.parseColor("#44ccee")Accessibility — WCAG contrast
Aa
#44ccee on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44ccee on black: 11.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green80.0%
Blue93.3%
CMYK percentages
Cyan71.4%
Magenta14.3%
Yellow0.0%
Key (black)6.7%
Color previews
#44ccee text on a black background
contrast 11.12:1
Card sample
#44ccee text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44ccee;
Background color
Panel with #44ccee background
background-color: #44ccee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44ccee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 204, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 204, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44ccee; background: linear-gradient(135deg, #44ccee, #445BEE);