#44cfbc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
68, 207, 188
HSL
172°, 59%, 54%
CMYK
67, 0, 9, 19
Luminance
0.4949
Every format
| HEX | #44cfbc |
| RGB | rgb(68, 207, 188) |
| HSL | hsl(172, 59%, 54%) |
| CMYK | cmyk(67%, 0%, 9%, 19%) |
| LAB | lab(75.8 -41.3 -1.4) |
| LCH | lch(75.8 41.4 182.0) |
| OKLCH | oklch(0.776 0.121 182.1) |
Copy-ready code
/* CSS */
color: #44cfbc;
background-color: #44cfbc;
/* Tailwind (arbitrary) */
class="text-[#44cfbc] bg-[#44cfbc]"
/* SCSS */
$brand: #44cfbc;
/* SwiftUI */
Color(red: 0.267, green: 0.812, blue: 0.737)
/* Android */
Color.parseColor("#44cfbc")Accessibility — WCAG contrast
Aa
#44cfbc on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44cfbc on black: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green81.2%
Blue73.7%
CMYK percentages
Cyan67.1%
Magenta0.0%
Yellow9.2%
Key (black)18.8%
Color previews
#44cfbc text on a black background
contrast 10.90:1
Card sample
#44cfbc text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44cfbc;
Background color
Panel with #44cfbc background
background-color: #44cfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44cfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 207, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 207, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44cfbc; background: linear-gradient(135deg, #44cfbc, #4485CF);