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