#44bbaa
a balanced, vivid cyan · cool · closest name: turquoise
RGB
68, 187, 170
HSL
171°, 47%, 50%
CMYK
64, 0, 9, 27
Luminance
0.3967
Every format
| HEX | #44bbaa |
| RGB | rgb(68, 187, 170) |
| HSL | hsl(171, 47%, 50%) |
| CMYK | cmyk(64%, 0%, 9%, 27%) |
| LAB | lab(69.2 -37.1 -1.2) |
| LCH | lch(69.2 37.1 181.8) |
| OKLCH | oklch(0.721 0.108 182.0) |
Copy-ready code
/* CSS */
color: #44bbaa;
background-color: #44bbaa;
/* Tailwind (arbitrary) */
class="text-[#44bbaa] bg-[#44bbaa]"
/* SCSS */
$brand: #44bbaa;
/* SwiftUI */
Color(red: 0.267, green: 0.733, blue: 0.667)
/* Android */
Color.parseColor("#44bbaa")Accessibility — WCAG contrast
Aa
#44bbaa on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44bbaa on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green73.3%
Blue66.7%
CMYK percentages
Cyan63.6%
Magenta0.0%
Yellow9.1%
Key (black)26.7%
Color previews
#44bbaa text on a black background
contrast 8.93:1
Card sample
#44bbaa text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44bbaa;
Background color
Panel with #44bbaa background
background-color: #44bbaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44bbaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 187, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 187, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44bbaa; background: linear-gradient(135deg, #44bbaa, #447DBB);