#44927d
a dark, soft cyan · cool · closest name: teal
RGB
68, 146, 125
HSL
164°, 36%, 42%
CMYK
53, 0, 14, 43
Luminance
0.2327
Every format
| HEX | #44927d |
| RGB | rgb(68, 146, 125) |
| HSL | hsl(164, 36%, 42%) |
| CMYK | cmyk(53%, 0%, 14%, 43%) |
| LAB | lab(55.4 -29.4 3.9) |
| LCH | lch(55.4 29.6 172.5) |
| OKLCH | oklch(0.604 0.084 173.3) |
Copy-ready code
/* CSS */
color: #44927d;
background-color: #44927d;
/* Tailwind (arbitrary) */
class="text-[#44927d] bg-[#44927d]"
/* SCSS */
$brand: #44927d;
/* SwiftUI */
Color(red: 0.267, green: 0.573, blue: 0.490)
/* Android */
Color.parseColor("#44927d")Accessibility — WCAG contrast
Aa
#44927d on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#44927d on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green57.3%
Blue49.0%
CMYK percentages
Cyan53.4%
Magenta0.0%
Yellow14.4%
Key (black)42.7%
Color previews
#44927d text on a black background
contrast 5.65:1
Card sample
#44927d text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44927d;
Background color
Panel with #44927d background
background-color: #44927d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44927d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 146, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 146, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44927d; background: linear-gradient(135deg, #44927d, #447392);