#334b25
a deep, soft green · cool · closest name: darkslategray
RGB
51, 75, 37
HSL
98°, 34%, 22%
CMYK
32, 0, 51, 71
Luminance
0.0587
Every format
| HEX | #334b25 |
| RGB | rgb(51, 75, 37) |
| HSL | hsl(98, 34%, 22%) |
| CMYK | cmyk(32%, 0%, 51%, 71%) |
| LAB | lab(29.1 -17.3 19.7) |
| LCH | lch(29.1 26.2 131.4) |
| OKLCH | oklch(0.383 0.068 134.9) |
Copy-ready code
/* CSS */
color: #334b25;
background-color: #334b25;
/* Tailwind (arbitrary) */
class="text-[#334b25] bg-[#334b25]"
/* SCSS */
$brand: #334b25;
/* SwiftUI */
Color(red: 0.200, green: 0.294, blue: 0.145)
/* Android */
Color.parseColor("#334b25")Accessibility — WCAG contrast
Aa
#334b25 on white: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#334b25 on black: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green29.4%
Blue14.5%
CMYK percentages
Cyan32.0%
Magenta0.0%
Yellow50.7%
Key (black)70.6%
Color previews
#334b25 text on a black background
contrast 2.17:1
Card sample
#334b25 text on a white background
contrast 9.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #334b25;
Background color
Panel with #334b25 background
background-color: #334b25;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #334b25;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 75, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 75, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #334b25; background: linear-gradient(135deg, #334b25, #254B30);