#496e2b
a dark, soft green · cool · closest name: seagreen
RGB
73, 110, 43
HSL
93°, 44%, 30%
CMYK
34, 0, 61, 57
Luminance
0.1274
Every format
| HEX | #496e2b |
| RGB | rgb(73, 110, 43) |
| HSL | hsl(93, 44%, 30%) |
| CMYK | cmyk(34%, 0%, 61%, 57%) |
| LAB | lab(42.4 -25.8 32.6) |
| LCH | lch(42.4 41.6 128.3) |
| OKLCH | oklch(0.494 0.105 133.2) |
Copy-ready code
/* CSS */
color: #496e2b;
background-color: #496e2b;
/* Tailwind (arbitrary) */
class="text-[#496e2b] bg-[#496e2b]"
/* SCSS */
$brand: #496e2b;
/* SwiftUI */
Color(red: 0.286, green: 0.431, blue: 0.169)
/* Android */
Color.parseColor("#496e2b")Accessibility — WCAG contrast
Aa
#496e2b on white: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#496e2b on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green43.1%
Blue16.9%
CMYK percentages
Cyan33.6%
Magenta0.0%
Yellow60.9%
Key (black)56.9%
Color previews
#496e2b text on a black background
contrast 3.55:1
Card sample
#496e2b text on a white background
contrast 5.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #496e2b;
Background color
Panel with #496e2b background
background-color: #496e2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #496e2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 110, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 110, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #496e2b; background: linear-gradient(135deg, #496e2b, #2B6E3A);