#3a592b
a dark, soft green · cool · closest name: seagreen
RGB
58, 89, 43
HSL
100°, 35%, 26%
CMYK
35, 0, 52, 65
Luminance
0.0822
Every format
| HEX | #3a592b |
| RGB | rgb(58, 89, 43) |
| HSL | hsl(100, 35%, 26%) |
| CMYK | cmyk(35%, 0%, 52%, 65%) |
| LAB | lab(34.4 -21.1 22.9) |
| LCH | lch(34.4 31.2 132.6) |
| OKLCH | oklch(0.427 0.080 136.3) |
Copy-ready code
/* CSS */
color: #3a592b;
background-color: #3a592b;
/* Tailwind (arbitrary) */
class="text-[#3a592b] bg-[#3a592b]"
/* SCSS */
$brand: #3a592b;
/* SwiftUI */
Color(red: 0.227, green: 0.349, blue: 0.169)
/* Android */
Color.parseColor("#3a592b")Accessibility — WCAG contrast
Aa
#3a592b on white: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3a592b on black: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green34.9%
Blue16.9%
CMYK percentages
Cyan34.8%
Magenta0.0%
Yellow51.7%
Key (black)65.1%
Color previews
#3a592b text on a black background
contrast 2.64:1
Card sample
#3a592b text on a white background
contrast 7.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3a592b;
Background color
Panel with #3a592b background
background-color: #3a592b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3a592b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 89, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 89, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3a592b; background: linear-gradient(135deg, #3a592b, #2B593B);