#496e2d
a dark, soft green · cool · closest name: seagreen
RGB
73, 110, 45
HSL
94°, 42%, 30%
CMYK
34, 0, 59, 57
Luminance
0.1276
Every format
| HEX | #496e2d |
| RGB | rgb(73, 110, 45) |
| HSL | hsl(94, 42%, 30%) |
| CMYK | cmyk(34%, 0%, 59%, 57%) |
| LAB | lab(42.4 -25.5 31.6) |
| LCH | lch(42.4 40.6 128.9) |
| OKLCH | oklch(0.495 0.103 133.6) |
Copy-ready code
/* CSS */
color: #496e2d;
background-color: #496e2d;
/* Tailwind (arbitrary) */
class="text-[#496e2d] bg-[#496e2d]"
/* SCSS */
$brand: #496e2d;
/* SwiftUI */
Color(red: 0.286, green: 0.431, blue: 0.176)
/* Android */
Color.parseColor("#496e2d")Accessibility — WCAG contrast
Aa
#496e2d on white: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#496e2d on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green43.1%
Blue17.6%
CMYK percentages
Cyan33.6%
Magenta0.0%
Yellow59.1%
Key (black)56.9%
Color previews
#496e2d text on a black background
contrast 3.55:1
Card sample
#496e2d text on a white background
contrast 5.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #496e2d;
Background color
Panel with #496e2d background
background-color: #496e2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #496e2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 110, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 110, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #496e2d; background: linear-gradient(135deg, #496e2d, #2D6E3C);