#499449
a dark, soft green · cool · closest name: seagreen
RGB
73, 148, 73
HSL
120°, 34%, 43%
CMYK
51, 0, 51, 42
Luminance
0.2308
Every format
| HEX | #499449 |
| RGB | rgb(73, 148, 73) |
| HSL | hsl(120, 34%, 43%) |
| CMYK | cmyk(51%, 0%, 51%, 42%) |
| LAB | lab(55.1 -39.3 32.5) |
| LCH | lch(55.1 51.0 140.4) |
| OKLCH | oklch(0.600 0.133 143.7) |
Copy-ready code
/* CSS */
color: #499449;
background-color: #499449;
/* Tailwind (arbitrary) */
class="text-[#499449] bg-[#499449]"
/* SCSS */
$brand: #499449;
/* SwiftUI */
Color(red: 0.286, green: 0.580, blue: 0.286)
/* Android */
Color.parseColor("#499449")Accessibility — WCAG contrast
Aa
#499449 on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#499449 on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green58.0%
Blue28.6%
CMYK percentages
Cyan50.7%
Magenta0.0%
Yellow50.7%
Key (black)42.0%
Color previews
#499449 text on a black background
contrast 5.62:1
Card sample
#499449 text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #499449;
Background color
Panel with #499449 background
background-color: #499449;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #499449;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 148, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 148, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #499449; background: linear-gradient(135deg, #499449, #49947B);