#44dfeb
a balanced, electric cyan · cool · closest name: cyan
RGB
68, 223, 235
HSL
184°, 81%, 59%
CMYK
71, 5, 0, 8
Luminance
0.6000
Every format
| HEX | #44dfeb |
| RGB | rgb(68, 223, 235) |
| HSL | hsl(184, 81%, 59%) |
| CMYK | cmyk(71%, 5%, 0%, 8%) |
| LAB | lab(81.8 -35.6 -17.5) |
| LCH | lch(81.8 39.7 206.2) |
| OKLCH | oklch(0.830 0.126 202.7) |
Copy-ready code
/* CSS */
color: #44dfeb;
background-color: #44dfeb;
/* Tailwind (arbitrary) */
class="text-[#44dfeb] bg-[#44dfeb]"
/* SCSS */
$brand: #44dfeb;
/* SwiftUI */
Color(red: 0.267, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#44dfeb")Accessibility — WCAG contrast
Aa
#44dfeb on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44dfeb on black: 13.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green87.5%
Blue92.2%
CMYK percentages
Cyan71.1%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#44dfeb text on a black background
contrast 13.00:1
Card sample
#44dfeb text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44dfeb;
Background color
Panel with #44dfeb background
background-color: #44dfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44dfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44dfeb; background: linear-gradient(135deg, #44dfeb, #4470EB);