#44bba4
a balanced, vivid cyan · cool · closest name: turquoise
RGB
68, 187, 164
HSL
168°, 47%, 50%
CMYK
64, 0, 12, 27
Luminance
0.3945
Every format
| HEX | #44bba4 |
| RGB | rgb(68, 187, 164) |
| HSL | hsl(168, 47%, 50%) |
| CMYK | cmyk(64%, 0%, 12%, 27%) |
| LAB | lab(69.1 -38.6 1.9) |
| LCH | lch(69.1 38.7 177.2) |
| OKLCH | oklch(0.719 0.111 177.7) |
Copy-ready code
/* CSS */
color: #44bba4;
background-color: #44bba4;
/* Tailwind (arbitrary) */
class="text-[#44bba4] bg-[#44bba4]"
/* SCSS */
$brand: #44bba4;
/* SwiftUI */
Color(red: 0.267, green: 0.733, blue: 0.643)
/* Android */
Color.parseColor("#44bba4")Accessibility — WCAG contrast
Aa
#44bba4 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44bba4 on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green73.3%
Blue64.3%
CMYK percentages
Cyan63.6%
Magenta0.0%
Yellow12.3%
Key (black)26.7%
Color previews
#44bba4 text on a black background
contrast 8.89:1
Card sample
#44bba4 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44bba4;
Background color
Panel with #44bba4 background
background-color: #44bba4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44bba4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 187, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 187, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44bba4; background: linear-gradient(135deg, #44bba4, #4483BB);