#44934c
a dark, soft green · cool · closest name: seagreen
RGB
68, 147, 76
HSL
126°, 37%, 42%
CMYK
54, 0, 48, 42
Luminance
0.2262
Every format
| HEX | #44934c |
| RGB | rgb(68, 147, 76) |
| HSL | hsl(126, 37%, 42%) |
| CMYK | cmyk(54%, 0%, 48%, 42%) |
| LAB | lab(54.7 -39.8 30.3) |
| LCH | lch(54.7 50.0 142.8) |
| OKLCH | oklch(0.596 0.131 145.7) |
Copy-ready code
/* CSS */
color: #44934c;
background-color: #44934c;
/* Tailwind (arbitrary) */
class="text-[#44934c] bg-[#44934c]"
/* SCSS */
$brand: #44934c;
/* SwiftUI */
Color(red: 0.267, green: 0.576, blue: 0.298)
/* Android */
Color.parseColor("#44934c")Accessibility — WCAG contrast
Aa
#44934c on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#44934c on black: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green57.6%
Blue29.8%
CMYK percentages
Cyan53.7%
Magenta0.0%
Yellow48.3%
Key (black)42.4%
Color previews
#44934c text on a black background
contrast 5.52:1
Card sample
#44934c text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44934c;
Background color
Panel with #44934c background
background-color: #44934c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44934c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 147, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 147, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44934c; background: linear-gradient(135deg, #44934c, #449381);