#44cfad
a balanced, vivid cyan · cool · closest name: turquoise
RGB
68, 207, 173
HSL
165°, 59%, 54%
CMYK
67, 0, 16, 19
Luminance
0.4887
Every format
| HEX | #44cfad |
| RGB | rgb(68, 207, 173) |
| HSL | hsl(165, 59%, 54%) |
| CMYK | cmyk(67%, 0%, 16%, 19%) |
| LAB | lab(75.4 -45.1 6.1) |
| LCH | lch(75.4 45.6 172.3) |
| OKLCH | oklch(0.771 0.128 173.1) |
Copy-ready code
/* CSS */
color: #44cfad;
background-color: #44cfad;
/* Tailwind (arbitrary) */
class="text-[#44cfad] bg-[#44cfad]"
/* SCSS */
$brand: #44cfad;
/* SwiftUI */
Color(red: 0.267, green: 0.812, blue: 0.678)
/* Android */
Color.parseColor("#44cfad")Accessibility — WCAG contrast
Aa
#44cfad on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44cfad on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green81.2%
Blue67.8%
CMYK percentages
Cyan67.1%
Magenta0.0%
Yellow16.4%
Key (black)18.8%
Color previews
#44cfad text on a black background
contrast 10.77:1
Card sample
#44cfad text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44cfad;
Background color
Panel with #44cfad background
background-color: #44cfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44cfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 207, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 207, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44cfad; background: linear-gradient(135deg, #44cfad, #4494CF);