#44eefd
a balanced, electric cyan · cool · closest name: cyan
RGB
68, 238, 253
HSL
185°, 98%, 63%
CMYK
73, 6, 0, 1
Luminance
0.6947
Every format
| HEX | #44eefd |
| RGB | rgb(68, 238, 253) |
| HSL | hsl(185, 98%, 63%) |
| CMYK | cmyk(73%, 6%, 0%, 1%) |
| LAB | lab(86.7 -37.4 -19.6) |
| LCH | lch(86.7 42.2 207.7) |
| OKLCH | oklch(0.871 0.135 203.9) |
Copy-ready code
/* CSS */
color: #44eefd;
background-color: #44eefd;
/* Tailwind (arbitrary) */
class="text-[#44eefd] bg-[#44eefd]"
/* SCSS */
$brand: #44eefd;
/* SwiftUI */
Color(red: 0.267, green: 0.933, blue: 0.992)
/* Android */
Color.parseColor("#44eefd")Accessibility — WCAG contrast
Aa
#44eefd on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44eefd on black: 14.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green93.3%
Blue99.2%
CMYK percentages
Cyan73.1%
Magenta5.9%
Yellow0.0%
Key (black)0.8%
Color previews
#44eefd text on a black background
contrast 14.89:1
Card sample
#44eefd text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44eefd;
Background color
Panel with #44eefd background
background-color: #44eefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44eefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 238, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 238, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44eefd; background: linear-gradient(135deg, #44eefd, #4472FD);