#44fcdf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
68, 252, 223
HSL
171°, 97%, 63%
CMYK
73, 0, 12, 1
Luminance
0.7618
Every format
| HEX | #44fcdf |
| RGB | rgb(68, 252, 223) |
| HSL | hsl(171, 97%, 63%) |
| CMYK | cmyk(73%, 0%, 12%, 1%) |
| LAB | lab(89.9 -51.6 0.8) |
| LCH | lch(89.9 51.7 179.1) |
| OKLCH | oklch(0.895 0.149 179.5) |
Copy-ready code
/* CSS */
color: #44fcdf;
background-color: #44fcdf;
/* Tailwind (arbitrary) */
class="text-[#44fcdf] bg-[#44fcdf]"
/* SCSS */
$brand: #44fcdf;
/* SwiftUI */
Color(red: 0.267, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#44fcdf")Accessibility — WCAG contrast
Aa
#44fcdf on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44fcdf on black: 16.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green98.8%
Blue87.5%
CMYK percentages
Cyan73.0%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#44fcdf text on a black background
contrast 16.24:1
Card sample
#44fcdf text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44fcdf;
Background color
Panel with #44fcdf background
background-color: #44fcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44fcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44fcdf; background: linear-gradient(135deg, #44fcdf, #449EFC);