#334c08
a deep, electric green · cool · closest name: olivedrab
RGB
51, 76, 8
HSL
82°, 81%, 17%
CMYK
33, 0, 90, 70
Luminance
0.0589
Every format
| HEX | #334c08 |
| RGB | rgb(51, 76, 8) |
| HSL | hsl(82, 81%, 17%) |
| CMYK | cmyk(33%, 0%, 90%, 70%) |
| LAB | lab(29.1 -20.7 33.9) |
| LCH | lch(29.1 39.7 121.5) |
| OKLCH | oklch(0.382 0.095 128.8) |
Copy-ready code
/* CSS */
color: #334c08;
background-color: #334c08;
/* Tailwind (arbitrary) */
class="text-[#334c08] bg-[#334c08]"
/* SCSS */
$brand: #334c08;
/* SwiftUI */
Color(red: 0.200, green: 0.298, blue: 0.031)
/* Android */
Color.parseColor("#334c08")Accessibility — WCAG contrast
Aa
#334c08 on white: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#334c08 on black: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green29.8%
Blue3.1%
CMYK percentages
Cyan32.9%
Magenta0.0%
Yellow89.5%
Key (black)70.2%
Color previews
#334c08 text on a black background
contrast 2.18:1
Card sample
#334c08 text on a white background
contrast 9.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #334c08;
Background color
Panel with #334c08 background
background-color: #334c08;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #334c08;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 76, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 76, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #334c08; background: linear-gradient(135deg, #334c08, #084C0A);