#344708
a deep, electric green · cool · closest name: olivedrab
RGB
52, 71, 8
HSL
78°, 80%, 16%
CMYK
27, 0, 89, 72
Luminance
0.0525
Every format
| HEX | #344708 |
| RGB | rgb(52, 71, 8) |
| HSL | hsl(78, 80%, 16%) |
| CMYK | cmyk(27%, 0%, 89%, 72%) |
| LAB | lab(27.4 -17.6 32.4) |
| LCH | lch(27.4 36.8 118.6) |
| OKLCH | oklch(0.369 0.087 125.8) |
Copy-ready code
/* CSS */
color: #344708;
background-color: #344708;
/* Tailwind (arbitrary) */
class="text-[#344708] bg-[#344708]"
/* SCSS */
$brand: #344708;
/* SwiftUI */
Color(red: 0.204, green: 0.278, blue: 0.031)
/* Android */
Color.parseColor("#344708")Accessibility — WCAG contrast
Aa
#344708 on white: 10.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#344708 on black: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green27.8%
Blue3.1%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow88.7%
Key (black)72.2%
Color previews
#344708 text on a black background
contrast 2.05:1
Card sample
#344708 text on a white background
contrast 10.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #344708;
Background color
Panel with #344708 background
background-color: #344708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #344708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 71, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 71, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #344708; background: linear-gradient(135deg, #344708, #0A4708);