#44fdcd
a balanced, electric cyan · cool · closest name: aquamarine
RGB
68, 253, 205
HSL
164°, 98%, 63%
CMYK
73, 0, 19, 1
Luminance
0.7589
Every format
| HEX | #44fdcd |
| RGB | rgb(68, 253, 205) |
| HSL | hsl(164, 98%, 63%) |
| CMYK | cmyk(73%, 0%, 19%, 1%) |
| LAB | lab(89.8 -56.4 9.9) |
| LCH | lch(89.8 57.3 170.0) |
| OKLCH | oklch(0.892 0.160 170.9) |
Copy-ready code
/* CSS */
color: #44fdcd;
background-color: #44fdcd;
/* Tailwind (arbitrary) */
class="text-[#44fdcd] bg-[#44fdcd]"
/* SCSS */
$brand: #44fdcd;
/* SwiftUI */
Color(red: 0.267, green: 0.992, blue: 0.804)
/* Android */
Color.parseColor("#44fdcd")Accessibility — WCAG contrast
Aa
#44fdcd on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44fdcd on black: 16.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green99.2%
Blue80.4%
CMYK percentages
Cyan73.1%
Magenta0.0%
Yellow19.0%
Key (black)0.8%
Color previews
#44fdcd text on a black background
contrast 16.18:1
Card sample
#44fdcd text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44fdcd;
Background color
Panel with #44fdcd background
background-color: #44fdcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44fdcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 253, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 253, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44fdcd; background: linear-gradient(135deg, #44fdcd, #44B2FD);