#496e3b
a dark, soft green · cool · closest name: seagreen
RGB
73, 110, 59
HSL
104°, 30%, 33%
CMYK
34, 0, 46, 57
Luminance
0.1288
Every format
| HEX | #496e3b |
| RGB | rgb(73, 110, 59) |
| HSL | hsl(104, 30%, 33%) |
| CMYK | cmyk(34%, 0%, 46%, 57%) |
| LAB | lab(42.6 -23.7 24.3) |
| LCH | lch(42.6 33.9 134.3) |
| OKLCH | oklch(0.497 0.088 137.6) |
Copy-ready code
/* CSS */
color: #496e3b;
background-color: #496e3b;
/* Tailwind (arbitrary) */
class="text-[#496e3b] bg-[#496e3b]"
/* SCSS */
$brand: #496e3b;
/* SwiftUI */
Color(red: 0.286, green: 0.431, blue: 0.231)
/* Android */
Color.parseColor("#496e3b")Accessibility — WCAG contrast
Aa
#496e3b on white: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#496e3b on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green43.1%
Blue23.1%
CMYK percentages
Cyan33.6%
Magenta0.0%
Yellow46.4%
Key (black)56.9%
Color previews
#496e3b text on a black background
contrast 3.58:1
Card sample
#496e3b text on a white background
contrast 5.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #496e3b;
Background color
Panel with #496e3b background
background-color: #496e3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #496e3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 110, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 110, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #496e3b; background: linear-gradient(135deg, #496e3b, #3B6E4F);