#44cbaf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
68, 203, 175
HSL
168°, 57%, 53%
CMYK
67, 0, 14, 20
Luminance
0.4704
Every format
| HEX | #44cbaf |
| RGB | rgb(68, 203, 175) |
| HSL | hsl(168, 57%, 53%) |
| CMYK | cmyk(67%, 0%, 14%, 20%) |
| LAB | lab(74.2 -42.9 3.4) |
| LCH | lch(74.2 43.0 175.5) |
| OKLCH | oklch(0.762 0.123 176.2) |
Copy-ready code
/* CSS */
color: #44cbaf;
background-color: #44cbaf;
/* Tailwind (arbitrary) */
class="text-[#44cbaf] bg-[#44cbaf]"
/* SCSS */
$brand: #44cbaf;
/* SwiftUI */
Color(red: 0.267, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#44cbaf")Accessibility — WCAG contrast
Aa
#44cbaf on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44cbaf on black: 10.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green79.6%
Blue68.6%
CMYK percentages
Cyan66.5%
Magenta0.0%
Yellow13.8%
Key (black)20.4%
Color previews
#44cbaf text on a black background
contrast 10.41:1
Card sample
#44cbaf text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44cbaf;
Background color
Panel with #44cbaf background
background-color: #44cbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44cbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44cbaf; background: linear-gradient(135deg, #44cbaf, #448DCB);