#44886c
a dark, soft green · cool · closest name: seagreen
RGB
68, 136, 108
HSL
155°, 33%, 40%
CMYK
50, 0, 21, 47
Luminance
0.1992
Every format
| HEX | #44886c |
| RGB | rgb(68, 136, 108) |
| HSL | hsl(155, 33%, 40%) |
| CMYK | cmyk(50%, 0%, 21%, 47%) |
| LAB | lab(51.8 -28.6 8.5) |
| LCH | lch(51.8 29.9 163.5) |
| OKLCH | oklch(0.574 0.083 164.7) |
Copy-ready code
/* CSS */
color: #44886c;
background-color: #44886c;
/* Tailwind (arbitrary) */
class="text-[#44886c] bg-[#44886c]"
/* SCSS */
$brand: #44886c;
/* SwiftUI */
Color(red: 0.267, green: 0.533, blue: 0.424)
/* Android */
Color.parseColor("#44886c")Accessibility — WCAG contrast
Aa
#44886c on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#44886c on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green53.3%
Blue42.4%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow20.6%
Key (black)46.7%
Color previews
#44886c text on a black background
contrast 4.98:1
Card sample
#44886c text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44886c;
Background color
Panel with #44886c background
background-color: #44886c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44886c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 136, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 136, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44886c; background: linear-gradient(135deg, #44886c, #447788);