#44cacf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
68, 202, 207
HSL
182°, 59%, 54%
CMYK
67, 2, 0, 19
Luminance
0.4797
Every format
| HEX | #44cacf |
| RGB | rgb(68, 202, 207) |
| HSL | hsl(182, 59%, 54%) |
| CMYK | cmyk(67%, 2%, 0%, 19%) |
| LAB | lab(74.8 -33.8 -13.1) |
| LCH | lch(74.8 36.3 201.1) |
| OKLCH | oklch(0.770 0.113 198.7) |
Copy-ready code
/* CSS */
color: #44cacf;
background-color: #44cacf;
/* Tailwind (arbitrary) */
class="text-[#44cacf] bg-[#44cacf]"
/* SCSS */
$brand: #44cacf;
/* SwiftUI */
Color(red: 0.267, green: 0.792, blue: 0.812)
/* Android */
Color.parseColor("#44cacf")Accessibility — WCAG contrast
Aa
#44cacf on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44cacf on black: 10.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green79.2%
Blue81.2%
CMYK percentages
Cyan67.1%
Magenta2.4%
Yellow0.0%
Key (black)18.8%
Color previews
#44cacf text on a black background
contrast 10.59:1
Card sample
#44cacf text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44cacf;
Background color
Panel with #44cacf background
background-color: #44cacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44cacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 202, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 202, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44cacf; background: linear-gradient(135deg, #44cacf, #446DCF);