#334c2f
a deep, soft green · cool · closest name: darkslategray
RGB
51, 76, 47
HSL
112°, 24%, 24%
CMYK
33, 0, 38, 70
Luminance
0.0608
Every format
| HEX | #334c2f |
| RGB | rgb(51, 76, 47) |
| HSL | hsl(112, 24%, 24%) |
| CMYK | cmyk(33%, 0%, 38%, 70%) |
| LAB | lab(29.6 -16.2 14.3) |
| LCH | lch(29.6 21.6 138.6) |
| OKLCH | oklch(0.388 0.057 141.1) |
Copy-ready code
/* CSS */
color: #334c2f;
background-color: #334c2f;
/* Tailwind (arbitrary) */
class="text-[#334c2f] bg-[#334c2f]"
/* SCSS */
$brand: #334c2f;
/* SwiftUI */
Color(red: 0.200, green: 0.298, blue: 0.184)
/* Android */
Color.parseColor("#334c2f")Accessibility — WCAG contrast
Aa
#334c2f on white: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#334c2f on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green29.8%
Blue18.4%
CMYK percentages
Cyan32.9%
Magenta0.0%
Yellow38.2%
Key (black)70.2%
Color previews
#334c2f text on a black background
contrast 2.22:1
Card sample
#334c2f text on a white background
contrast 9.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #334c2f;
Background color
Panel with #334c2f background
background-color: #334c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #334c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 76, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 76, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #334c2f; background: linear-gradient(135deg, #334c2f, #2F4C3E);