#44eeff
a balanced, electric cyan · cool · closest name: cyan
RGB
68, 238, 255
HSL
186°, 100%, 63%
CMYK
73, 7, 0, 0
Luminance
0.6960
Every format
| HEX | #44eeff |
| RGB | rgb(68, 238, 255) |
| HSL | hsl(186, 100%, 63%) |
| CMYK | cmyk(73%, 7%, 0%, 0%) |
| LAB | lab(86.8 -36.8 -20.6) |
| LCH | lch(86.8 42.1 209.2) |
| OKLCH | oklch(0.872 0.135 205.0) |
Copy-ready code
/* CSS */
color: #44eeff;
background-color: #44eeff;
/* Tailwind (arbitrary) */
class="text-[#44eeff] bg-[#44eeff]"
/* SCSS */
$brand: #44eeff;
/* SwiftUI */
Color(red: 0.267, green: 0.933, blue: 1.000)
/* Android */
Color.parseColor("#44eeff")Accessibility — WCAG contrast
Aa
#44eeff on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44eeff on black: 14.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green93.3%
Blue100.0%
CMYK percentages
Cyan73.3%
Magenta6.7%
Yellow0.0%
Key (black)0.0%
Color previews
#44eeff text on a black background
contrast 14.92:1
Card sample
#44eeff text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44eeff;
Background color
Panel with #44eeff background
background-color: #44eeff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44eeff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 238, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 238, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44eeff; background: linear-gradient(135deg, #44eeff, #4471FF);