#4a592b
a dark, soft green · cool · closest name: darkslategray
RGB
74, 89, 43
HSL
80°, 35%, 26%
CMYK
17, 0, 52, 65
Luminance
0.0878
Every format
| HEX | #4a592b |
| RGB | rgb(74, 89, 43) |
| HSL | hsl(80, 35%, 26%) |
| CMYK | cmyk(17%, 0%, 52%, 65%) |
| LAB | lab(35.5 -14.3 24.6) |
| LCH | lch(35.5 28.4 120.2) |
| OKLCH | oklch(0.439 0.071 124.1) |
Copy-ready code
/* CSS */
color: #4a592b;
background-color: #4a592b;
/* Tailwind (arbitrary) */
class="text-[#4a592b] bg-[#4a592b]"
/* SCSS */
$brand: #4a592b;
/* SwiftUI */
Color(red: 0.290, green: 0.349, blue: 0.169)
/* Android */
Color.parseColor("#4a592b")Accessibility — WCAG contrast
Aa
#4a592b on white: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4a592b on black: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green34.9%
Blue16.9%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow51.7%
Key (black)65.1%
Color previews
#4a592b text on a black background
contrast 2.76:1
Card sample
#4a592b text on a white background
contrast 7.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4a592b;
Background color
Panel with #4a592b background
background-color: #4a592b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4a592b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 89, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 89, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4a592b; background: linear-gradient(135deg, #4a592b, #2B592B);