#44884a
a dark, soft green · cool · closest name: seagreen
RGB
68, 136, 74
HSL
125°, 33%, 40%
CMYK
50, 0, 46, 47
Luminance
0.1933
Every format
| HEX | #44884a |
| RGB | rgb(68, 136, 74) |
| HSL | hsl(125, 33%, 40%) |
| CMYK | cmyk(50%, 0%, 46%, 47%) |
| LAB | lab(51.1 -35.4 26.8) |
| LCH | lch(51.1 44.3 142.9) |
| OKLCH | oklch(0.566 0.116 145.7) |
Copy-ready code
/* CSS */
color: #44884a;
background-color: #44884a;
/* Tailwind (arbitrary) */
class="text-[#44884a] bg-[#44884a]"
/* SCSS */
$brand: #44884a;
/* SwiftUI */
Color(red: 0.267, green: 0.533, blue: 0.290)
/* Android */
Color.parseColor("#44884a")Accessibility — WCAG contrast
Aa
#44884a on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#44884a on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green53.3%
Blue29.0%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow45.6%
Key (black)46.7%
Color previews
#44884a text on a black background
contrast 4.87:1
Card sample
#44884a text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44884a;
Background color
Panel with #44884a background
background-color: #44884a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44884a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 136, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 136, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44884a; background: linear-gradient(135deg, #44884a, #448877);