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