#44997a
a dark, soft green · cool · closest name: seagreen
RGB
68, 153, 122
HSL
158°, 39%, 43%
CMYK
56, 0, 20, 40
Luminance
0.2542
Every format
| HEX | #44997a |
| RGB | rgb(68, 153, 122) |
| HSL | hsl(158, 39%, 43%) |
| CMYK | cmyk(56%, 0%, 20%, 40%) |
| LAB | lab(57.5 -33.4 8.6) |
| LCH | lch(57.5 34.5 165.6) |
| OKLCH | oklch(0.622 0.096 166.7) |
Copy-ready code
/* CSS */
color: #44997a;
background-color: #44997a;
/* Tailwind (arbitrary) */
class="text-[#44997a] bg-[#44997a]"
/* SCSS */
$brand: #44997a;
/* SwiftUI */
Color(red: 0.267, green: 0.600, blue: 0.478)
/* Android */
Color.parseColor("#44997a")Accessibility — WCAG contrast
Aa
#44997a on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#44997a on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green60.0%
Blue47.8%
CMYK percentages
Cyan55.6%
Magenta0.0%
Yellow20.3%
Key (black)40.0%
Color previews
#44997a text on a black background
contrast 6.08:1
Card sample
#44997a text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44997a;
Background color
Panel with #44997a background
background-color: #44997a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44997a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 153, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 153, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44997a; background: linear-gradient(135deg, #44997a, #447F99);