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