#344821
a deep, soft green · cool · closest name: darkslategray
RGB
52, 72, 33
HSL
91°, 37%, 21%
CMYK
28, 0, 54, 72
Luminance
0.0547
Every format
| HEX | #344821 |
| RGB | rgb(52, 72, 33) |
| HSL | hsl(91, 37%, 21%) |
| CMYK | cmyk(28%, 0%, 54%, 72%) |
| LAB | lab(28.1 -15.8 20.8) |
| LCH | lch(28.1 26.1 127.3) |
| OKLCH | oklch(0.374 0.066 131.3) |
Copy-ready code
/* CSS */
color: #344821;
background-color: #344821;
/* Tailwind (arbitrary) */
class="text-[#344821] bg-[#344821]"
/* SCSS */
$brand: #344821;
/* SwiftUI */
Color(red: 0.204, green: 0.282, blue: 0.129)
/* Android */
Color.parseColor("#344821")Accessibility — WCAG contrast
Aa
#344821 on white: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#344821 on black: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green28.2%
Blue12.9%
CMYK percentages
Cyan27.8%
Magenta0.0%
Yellow54.2%
Key (black)71.8%
Color previews
#344821 text on a black background
contrast 2.09:1
Card sample
#344821 text on a white background
contrast 10.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #344821;
Background color
Panel with #344821 background
background-color: #344821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #344821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 72, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 72, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #344821; background: linear-gradient(135deg, #344821, #214828);