#44776f
a dark, soft cyan · cool · closest name: teal
RGB
68, 119, 111
HSL
171°, 27%, 37%
CMYK
43, 0, 7, 53
Luminance
0.1557
Every format
| HEX | #44776f |
| RGB | rgb(68, 119, 111) |
| HSL | hsl(171, 27%, 37%) |
| CMYK | cmyk(43%, 0%, 7%, 53%) |
| LAB | lab(46.4 -19.2 -1.0) |
| LCH | lch(46.4 19.2 182.9) |
| OKLCH | oklch(0.531 0.057 182.9) |
Copy-ready code
/* CSS */
color: #44776f;
background-color: #44776f;
/* Tailwind (arbitrary) */
class="text-[#44776f] bg-[#44776f]"
/* SCSS */
$brand: #44776f;
/* SwiftUI */
Color(red: 0.267, green: 0.467, blue: 0.435)
/* Android */
Color.parseColor("#44776f")Accessibility — WCAG contrast
Aa
#44776f on white: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#44776f on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green46.7%
Blue43.5%
CMYK percentages
Cyan42.9%
Magenta0.0%
Yellow6.7%
Key (black)53.3%
Color previews
#44776f text on a black background
contrast 4.11:1
Card sample
#44776f text on a white background
contrast 5.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44776f;
Background color
Panel with #44776f background
background-color: #44776f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44776f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 119, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 119, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44776f; background: linear-gradient(135deg, #44776f, #445D77);