#44c6cd
a balanced, vivid cyan · cool · closest name: turquoise
RGB
68, 198, 205
HSL
183°, 58%, 54%
CMYK
67, 3, 0, 20
Luminance
0.4602
Every format
| HEX | #44c6cd |
| RGB | rgb(68, 198, 205) |
| HSL | hsl(183, 58%, 54%) |
| CMYK | cmyk(67%, 3%, 0%, 20%) |
| LAB | lab(73.6 -32.5 -13.9) |
| LCH | lch(73.6 35.4 203.1) |
| OKLCH | oklch(0.760 0.111 200.3) |
Copy-ready code
/* CSS */
color: #44c6cd;
background-color: #44c6cd;
/* Tailwind (arbitrary) */
class="text-[#44c6cd] bg-[#44c6cd]"
/* SCSS */
$brand: #44c6cd;
/* SwiftUI */
Color(red: 0.267, green: 0.776, blue: 0.804)
/* Android */
Color.parseColor("#44c6cd")Accessibility — WCAG contrast
Aa
#44c6cd on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44c6cd on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green77.6%
Blue80.4%
CMYK percentages
Cyan66.8%
Magenta3.4%
Yellow0.0%
Key (black)19.6%
Color previews
#44c6cd text on a black background
contrast 10.20:1
Card sample
#44c6cd text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44c6cd;
Background color
Panel with #44c6cd background
background-color: #44c6cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44c6cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 198, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 198, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44c6cd; background: linear-gradient(135deg, #44c6cd, #446ACD);