#344b21
a deep, soft green · cool · closest name: darkslategray
RGB
52, 75, 33
HSL
93°, 39%, 21%
CMYK
31, 0, 56, 71
Luminance
0.0587
Every format
| HEX | #344b21 |
| RGB | rgb(52, 75, 33) |
| HSL | hsl(93, 39%, 21%) |
| CMYK | cmyk(31%, 0%, 56%, 71%) |
| LAB | lab(29.1 -17.5 22.1) |
| LCH | lch(29.1 28.1 128.4) |
| OKLCH | oklch(0.383 0.072 132.6) |
Copy-ready code
/* CSS */
color: #344b21;
background-color: #344b21;
/* Tailwind (arbitrary) */
class="text-[#344b21] bg-[#344b21]"
/* SCSS */
$brand: #344b21;
/* SwiftUI */
Color(red: 0.204, green: 0.294, blue: 0.129)
/* Android */
Color.parseColor("#344b21")Accessibility — WCAG contrast
Aa
#344b21 on white: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#344b21 on black: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green29.4%
Blue12.9%
CMYK percentages
Cyan30.7%
Magenta0.0%
Yellow56.0%
Key (black)70.6%
Color previews
#344b21 text on a black background
contrast 2.17:1
Card sample
#344b21 text on a white background
contrast 9.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #344b21;
Background color
Panel with #344b21 background
background-color: #344b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #344b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 75, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 75, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #344b21; background: linear-gradient(135deg, #344b21, #214B2A);