#44facb
a balanced, electric cyan · cool · closest name: aquamarine
RGB
68, 250, 203
HSL
165°, 95%, 62%
CMYK
73, 0, 19, 2
Luminance
0.7391
Every format
| HEX | #44facb |
| RGB | rgb(68, 250, 203) |
| HSL | hsl(165, 95%, 62%) |
| CMYK | cmyk(73%, 0%, 19%, 2%) |
| LAB | lab(88.9 -55.7 9.7) |
| LCH | lch(88.9 56.5 170.2) |
| OKLCH | oklch(0.884 0.158 171.0) |
Copy-ready code
/* CSS */
color: #44facb;
background-color: #44facb;
/* Tailwind (arbitrary) */
class="text-[#44facb] bg-[#44facb]"
/* SCSS */
$brand: #44facb;
/* SwiftUI */
Color(red: 0.267, green: 0.980, blue: 0.796)
/* Android */
Color.parseColor("#44facb")Accessibility — WCAG contrast
Aa
#44facb on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44facb on black: 15.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green98.0%
Blue79.6%
CMYK percentages
Cyan72.8%
Magenta0.0%
Yellow18.8%
Key (black)2.0%
Color previews
#44facb text on a black background
contrast 15.78:1
Card sample
#44facb text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44facb;
Background color
Panel with #44facb background
background-color: #44facb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44facb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 250, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 250, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44facb; background: linear-gradient(135deg, #44facb, #44B0FA);