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