#334714
a deep, vivid green · cool · closest name: darkslategray
RGB
51, 71, 20
HSL
84°, 56%, 18%
CMYK
28, 0, 72, 72
Luminance
0.0526
Every format
| HEX | #334714 |
| RGB | rgb(51, 71, 20) |
| HSL | hsl(84, 56%, 18%) |
| CMYK | cmyk(28%, 0%, 72%, 72%) |
| LAB | lab(27.5 -17.2 27.2) |
| LCH | lch(27.5 32.2 122.3) |
| OKLCH | oklch(0.369 0.079 128.1) |
Copy-ready code
/* CSS */
color: #334714;
background-color: #334714;
/* Tailwind (arbitrary) */
class="text-[#334714] bg-[#334714]"
/* SCSS */
$brand: #334714;
/* SwiftUI */
Color(red: 0.200, green: 0.278, blue: 0.078)
/* Android */
Color.parseColor("#334714")Accessibility — WCAG contrast
Aa
#334714 on white: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#334714 on black: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green27.8%
Blue7.8%
CMYK percentages
Cyan28.2%
Magenta0.0%
Yellow71.8%
Key (black)72.2%
Color previews
#334714 text on a black background
contrast 2.05:1
Card sample
#334714 text on a white background
contrast 10.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #334714;
Background color
Panel with #334714 background
background-color: #334714;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #334714;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 71, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 71, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #334714; background: linear-gradient(135deg, #334714, #144717);