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