#44f4ff
a balanced, electric cyan · cool · closest name: cyan
RGB
68, 244, 255
HSL
184°, 100%, 63%
CMYK
73, 4, 0, 0
Luminance
0.7315
Every format
| HEX | #44f4ff |
| RGB | rgb(68, 244, 255) |
| HSL | hsl(184, 100%, 63%) |
| CMYK | cmyk(73%, 4%, 0%, 0%) |
| LAB | lab(88.5 -39.5 -18.0) |
| LCH | lch(88.5 43.4 204.4) |
| OKLCH | oklch(0.886 0.137 201.3) |
Copy-ready code
/* CSS */
color: #44f4ff;
background-color: #44f4ff;
/* Tailwind (arbitrary) */
class="text-[#44f4ff] bg-[#44f4ff]"
/* SCSS */
$brand: #44f4ff;
/* SwiftUI */
Color(red: 0.267, green: 0.957, blue: 1.000)
/* Android */
Color.parseColor("#44f4ff")Accessibility — WCAG contrast
Aa
#44f4ff on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44f4ff on black: 15.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green95.7%
Blue100.0%
CMYK percentages
Cyan73.3%
Magenta4.3%
Yellow0.0%
Key (black)0.0%
Color previews
#44f4ff text on a black background
contrast 15.63:1
Card sample
#44f4ff text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44f4ff;
Background color
Panel with #44f4ff background
background-color: #44f4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44f4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 244, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 244, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44f4ff; background: linear-gradient(135deg, #44f4ff, #4477FF);