#44deee
a balanced, electric cyan · cool · closest name: cyan
RGB
68, 222, 238
HSL
186°, 83%, 60%
CMYK
71, 7, 0, 7
Luminance
0.5964
Every format
| HEX | #44deee |
| RGB | rgb(68, 222, 238) |
| HSL | hsl(186, 83%, 60%) |
| CMYK | cmyk(71%, 7%, 0%, 7%) |
| LAB | lab(81.6 -34.3 -19.4) |
| LCH | lch(81.6 39.4 209.5) |
| OKLCH | oklch(0.829 0.126 205.3) |
Copy-ready code
/* CSS */
color: #44deee;
background-color: #44deee;
/* Tailwind (arbitrary) */
class="text-[#44deee] bg-[#44deee]"
/* SCSS */
$brand: #44deee;
/* SwiftUI */
Color(red: 0.267, green: 0.871, blue: 0.933)
/* Android */
Color.parseColor("#44deee")Accessibility — WCAG contrast
Aa
#44deee on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44deee on black: 12.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green87.1%
Blue93.3%
CMYK percentages
Cyan71.4%
Magenta6.7%
Yellow0.0%
Key (black)6.7%
Color previews
#44deee text on a black background
contrast 12.93:1
Card sample
#44deee text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44deee;
Background color
Panel with #44deee background
background-color: #44deee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44deee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 222, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 222, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44deee; background: linear-gradient(135deg, #44deee, #446DEE);