#44cbba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
68, 203, 186
HSL
172°, 57%, 53%
CMYK
67, 0, 8, 20
Luminance
0.4749
Every format
| HEX | #44cbba |
| RGB | rgb(68, 203, 186) |
| HSL | hsl(172, 57%, 53%) |
| CMYK | cmyk(67%, 0%, 8%, 20%) |
| LAB | lab(74.5 -40.1 -2.2) |
| LCH | lch(74.5 40.1 183.1) |
| OKLCH | oklch(0.765 0.118 183.2) |
Copy-ready code
/* CSS */
color: #44cbba;
background-color: #44cbba;
/* Tailwind (arbitrary) */
class="text-[#44cbba] bg-[#44cbba]"
/* SCSS */
$brand: #44cbba;
/* SwiftUI */
Color(red: 0.267, green: 0.796, blue: 0.729)
/* Android */
Color.parseColor("#44cbba")Accessibility — WCAG contrast
Aa
#44cbba on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44cbba on black: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green79.6%
Blue72.9%
CMYK percentages
Cyan66.5%
Magenta0.0%
Yellow8.4%
Key (black)20.4%
Color previews
#44cbba text on a black background
contrast 10.50:1
Card sample
#44cbba text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44cbba;
Background color
Panel with #44cbba background
background-color: #44cbba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44cbba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 203, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 203, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44cbba; background: linear-gradient(135deg, #44cbba, #4482CB);