#44decf
a balanced, vivid cyan · cool · “turquoise”
RGB
68, 222, 207
HSL
174°, 70%, 57%
CMYK
69, 0, 7, 13
Luminance
0.5798
Every format
| HEX | #44decf |
| RGB | rgb(68, 222, 207) |
| HSL | hsl(174, 70%, 57%) |
| CMYK | cmyk(69%, 0%, 7%, 13%) |
| LAB | lab(80.7 -43.0 -4.3) |
| LCH | lch(80.7 43.2 185.7) |
| OKLCH | oklch(0.818 0.128 185.5) |
Copy-ready code
/* CSS */
color: #44decf;
background-color: #44decf;
/* Tailwind (arbitrary) */
class="text-[#44decf] bg-[#44decf]"
/* SCSS */
$brand: #44decf;
/* SwiftUI */
Color(red: 0.267, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#44decf")Accessibility — WCAG contrast
Aa
#44decf on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44decf on black: 12.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green87.1%
Blue81.2%
CMYK percentages
Cyan69.4%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#44decf text on a black background
contrast 12.60:1
Card sample
#44decf text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44decf;
Background color
Panel with #44decf background
background-color: #44decf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44decf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44decf; background: linear-gradient(135deg, #44decf, #4486DE);