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