#3a592c
a dark, soft green · cool · closest name: seagreen
RGB
58, 89, 44
HSL
101°, 34%, 26%
CMYK
35, 0, 51, 65
Luminance
0.0823
Every format
| HEX | #3a592c |
| RGB | rgb(58, 89, 44) |
| HSL | hsl(101, 34%, 26%) |
| CMYK | cmyk(35%, 0%, 51%, 65%) |
| LAB | lab(34.5 -20.9 22.4) |
| LCH | lch(34.5 30.6 133.0) |
| OKLCH | oklch(0.428 0.079 136.7) |
Copy-ready code
/* CSS */
color: #3a592c;
background-color: #3a592c;
/* Tailwind (arbitrary) */
class="text-[#3a592c] bg-[#3a592c]"
/* SCSS */
$brand: #3a592c;
/* SwiftUI */
Color(red: 0.227, green: 0.349, blue: 0.173)
/* Android */
Color.parseColor("#3a592c")Accessibility — WCAG contrast
Aa
#3a592c on white: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3a592c on black: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green34.9%
Blue17.3%
CMYK percentages
Cyan34.8%
Magenta0.0%
Yellow50.6%
Key (black)65.1%
Color previews
#3a592c text on a black background
contrast 2.65:1
Card sample
#3a592c text on a white background
contrast 7.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3a592c;
Background color
Panel with #3a592c background
background-color: #3a592c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3a592c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 89, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 89, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3a592c; background: linear-gradient(135deg, #3a592c, #2C593C);