#49552b
a dark, soft green · cool · closest name: darkslategray
RGB
73, 85, 43
HSL
77°, 33%, 25%
CMYK
14, 0, 49, 67
Luminance
0.0809
Every format
| HEX | #49552b |
| RGB | rgb(73, 85, 43) |
| HSL | hsl(77, 33%, 25%) |
| CMYK | cmyk(14%, 0%, 49%, 67%) |
| LAB | lab(34.2 -12.5 22.9) |
| LCH | lch(34.2 26.0 118.6) |
| OKLCH | oklch(0.428 0.065 122.3) |
Copy-ready code
/* CSS */
color: #49552b;
background-color: #49552b;
/* Tailwind (arbitrary) */
class="text-[#49552b] bg-[#49552b]"
/* SCSS */
$brand: #49552b;
/* SwiftUI */
Color(red: 0.286, green: 0.333, blue: 0.169)
/* Android */
Color.parseColor("#49552b")Accessibility — WCAG contrast
Aa
#49552b on white: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#49552b on black: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green33.3%
Blue16.9%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow49.4%
Key (black)66.7%
Color previews
#49552b text on a black background
contrast 2.62:1
Card sample
#49552b text on a white background
contrast 8.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49552b;
Background color
Panel with #49552b background
background-color: #49552b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49552b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 85, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 85, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49552b; background: linear-gradient(135deg, #49552b, #2D552B);