#44ebee
a balanced, electric cyan · cool · closest name: cyan
RGB
68, 235, 238
HSL
181°, 83%, 60%
CMYK
71, 1, 0, 7
Luminance
0.6682
Every format
| HEX | #44ebee |
| RGB | rgb(68, 235, 238) |
| HSL | hsl(181, 83%, 60%) |
| CMYK | cmyk(71%, 1%, 0%, 7%) |
| LAB | lab(85.4 -40.3 -13.7) |
| LCH | lch(85.4 42.5 198.8) |
| OKLCH | oklch(0.859 0.132 196.8) |
Copy-ready code
/* CSS */
color: #44ebee;
background-color: #44ebee;
/* Tailwind (arbitrary) */
class="text-[#44ebee] bg-[#44ebee]"
/* SCSS */
$brand: #44ebee;
/* SwiftUI */
Color(red: 0.267, green: 0.922, blue: 0.933)
/* Android */
Color.parseColor("#44ebee")Accessibility — WCAG contrast
Aa
#44ebee on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44ebee on black: 14.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green92.2%
Blue93.3%
CMYK percentages
Cyan71.4%
Magenta1.3%
Yellow0.0%
Key (black)6.7%
Color previews
#44ebee text on a black background
contrast 14.36:1
Card sample
#44ebee text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44ebee;
Background color
Panel with #44ebee background
background-color: #44ebee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44ebee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 235, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 235, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44ebee; background: linear-gradient(135deg, #44ebee, #447AEE);