#44e8ee
a balanced, electric cyan · cool · closest name: cyan
RGB
68, 232, 238
HSL
182°, 83%, 60%
CMYK
71, 3, 0, 7
Luminance
0.6512
Every format
| HEX | #44e8ee |
| RGB | rgb(68, 232, 238) |
| HSL | hsl(182, 83%, 60%) |
| CMYK | cmyk(71%, 3%, 0%, 7%) |
| LAB | lab(84.5 -38.9 -15.0) |
| LCH | lch(84.5 41.7 201.1) |
| OKLCH | oklch(0.852 0.131 198.7) |
Copy-ready code
/* CSS */
color: #44e8ee;
background-color: #44e8ee;
/* Tailwind (arbitrary) */
class="text-[#44e8ee] bg-[#44e8ee]"
/* SCSS */
$brand: #44e8ee;
/* SwiftUI */
Color(red: 0.267, green: 0.910, blue: 0.933)
/* Android */
Color.parseColor("#44e8ee")Accessibility — WCAG contrast
Aa
#44e8ee on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44e8ee on black: 14.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green91.0%
Blue93.3%
CMYK percentages
Cyan71.4%
Magenta2.5%
Yellow0.0%
Key (black)6.7%
Color previews
#44e8ee text on a black background
contrast 14.02:1
Card sample
#44e8ee text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44e8ee;
Background color
Panel with #44e8ee background
background-color: #44e8ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44e8ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 232, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 232, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44e8ee; background: linear-gradient(135deg, #44e8ee, #4477EE);