#34844f
a dark, soft green · cool · closest name: seagreen
RGB
52, 132, 79
HSL
140°, 44%, 36%
CMYK
61, 0, 40, 48
Luminance
0.1780
Every format
| HEX | #34844f |
| RGB | rgb(52, 132, 79) |
| HSL | hsl(140, 44%, 36%) |
| CMYK | cmyk(61%, 0%, 40%, 48%) |
| LAB | lab(49.3 -37.0 21.5) |
| LCH | lch(49.3 42.8 149.8) |
| OKLCH | oklch(0.550 0.114 151.9) |
Copy-ready code
/* CSS */
color: #34844f;
background-color: #34844f;
/* Tailwind (arbitrary) */
class="text-[#34844f] bg-[#34844f]"
/* SCSS */
$brand: #34844f;
/* SwiftUI */
Color(red: 0.204, green: 0.518, blue: 0.310)
/* Android */
Color.parseColor("#34844f")Accessibility — WCAG contrast
Aa
#34844f on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#34844f on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green51.8%
Blue31.0%
CMYK percentages
Cyan60.6%
Magenta0.0%
Yellow40.2%
Key (black)48.2%
Color previews
#34844f text on a black background
contrast 4.56:1
Card sample
#34844f text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #34844f;
Background color
Panel with #34844f background
background-color: #34844f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #34844f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 132, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 132, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #34844f; background: linear-gradient(135deg, #34844f, #348484);