#44af99
a balanced, soft cyan · cool · closest name: turquoise
RGB
68, 175, 153
HSL
168°, 44%, 48%
CMYK
61, 0, 13, 31
Luminance
0.3419
Every format
| HEX | #44af99 |
| RGB | rgb(68, 175, 153) |
| HSL | hsl(168, 44%, 48%) |
| CMYK | cmyk(61%, 0%, 13%, 31%) |
| LAB | lab(65.1 -36.0 2.2) |
| LCH | lch(65.1 36.0 176.5) |
| OKLCH | oklch(0.686 0.103 177.1) |
Copy-ready code
/* CSS */
color: #44af99;
background-color: #44af99;
/* Tailwind (arbitrary) */
class="text-[#44af99] bg-[#44af99]"
/* SCSS */
$brand: #44af99;
/* SwiftUI */
Color(red: 0.267, green: 0.686, blue: 0.600)
/* Android */
Color.parseColor("#44af99")Accessibility — WCAG contrast
Aa
#44af99 on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44af99 on black: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green68.6%
Blue60.0%
CMYK percentages
Cyan61.1%
Magenta0.0%
Yellow12.6%
Key (black)31.4%
Color previews
#44af99 text on a black background
contrast 7.84:1
Card sample
#44af99 text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44af99;
Background color
Panel with #44af99 background
background-color: #44af99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44af99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 175, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 175, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44af99; background: linear-gradient(135deg, #44af99, #447DAF);