#44cdba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
68, 205, 186
HSL
172°, 58%, 54%
CMYK
67, 0, 9, 20
Luminance
0.4844
Every format
| HEX | #44cdba |
| RGB | rgb(68, 205, 186) |
| HSL | hsl(172, 58%, 54%) |
| CMYK | cmyk(67%, 0%, 9%, 20%) |
| LAB | lab(75.1 -41.0 -1.3) |
| LCH | lch(75.1 41.0 181.8) |
| OKLCH | oklch(0.770 0.120 182.0) |
Copy-ready code
/* CSS */
color: #44cdba;
background-color: #44cdba;
/* Tailwind (arbitrary) */
class="text-[#44cdba] bg-[#44cdba]"
/* SCSS */
$brand: #44cdba;
/* SwiftUI */
Color(red: 0.267, green: 0.804, blue: 0.729)
/* Android */
Color.parseColor("#44cdba")Accessibility — WCAG contrast
Aa
#44cdba on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44cdba on black: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green80.4%
Blue72.9%
CMYK percentages
Cyan66.8%
Magenta0.0%
Yellow9.3%
Key (black)19.6%
Color previews
#44cdba text on a black background
contrast 10.69:1
Card sample
#44cdba text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44cdba;
Background color
Panel with #44cdba background
background-color: #44cdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44cdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 205, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 205, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44cdba; background: linear-gradient(135deg, #44cdba, #4485CD);