#44fdfe
a balanced, electric cyan · cool · closest name: cyan
RGB
68, 253, 254
HSL
180°, 99%, 63%
CMYK
73, 0, 0, 0
Luminance
0.7864
Every format
| HEX | #44fdfe |
| RGB | rgb(68, 253, 254) |
| HSL | hsl(180, 99%, 63%) |
| CMYK | cmyk(73%, 0%, 0%, 0%) |
| LAB | lab(91.1 -43.9 -13.6) |
| LCH | lch(91.1 45.9 197.3) |
| OKLCH | oklch(0.906 0.142 195.5) |
Copy-ready code
/* CSS */
color: #44fdfe;
background-color: #44fdfe;
/* Tailwind (arbitrary) */
class="text-[#44fdfe] bg-[#44fdfe]"
/* SCSS */
$brand: #44fdfe;
/* SwiftUI */
Color(red: 0.267, green: 0.992, blue: 0.996)
/* Android */
Color.parseColor("#44fdfe")Accessibility — WCAG contrast
Aa
#44fdfe on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44fdfe on black: 16.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green99.2%
Blue99.6%
CMYK percentages
Cyan73.2%
Magenta0.4%
Yellow0.0%
Key (black)0.4%
Color previews
#44fdfe text on a black background
contrast 16.73:1
Card sample
#44fdfe text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44fdfe;
Background color
Panel with #44fdfe background
background-color: #44fdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44fdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 253, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 253, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44fdfe; background: linear-gradient(135deg, #44fdfe, #4481FE);