#347718
a dark, vivid green · cool · closest name: forestgreen
RGB
52, 119, 24
HSL
102°, 66%, 28%
CMYK
56, 0, 80, 53
Luminance
0.1399
Every format
| HEX | #347718 |
| RGB | rgb(52, 119, 24) |
| HSL | hsl(102, 66%, 28%) |
| CMYK | cmyk(56%, 0%, 80%, 53%) |
| LAB | lab(44.2 -38.8 42.5) |
| LCH | lch(44.2 57.6 132.4) |
| OKLCH | oklch(0.506 0.143 138.5) |
Copy-ready code
/* CSS */
color: #347718;
background-color: #347718;
/* Tailwind (arbitrary) */
class="text-[#347718] bg-[#347718]"
/* SCSS */
$brand: #347718;
/* SwiftUI */
Color(red: 0.204, green: 0.467, blue: 0.094)
/* Android */
Color.parseColor("#347718")Accessibility — WCAG contrast
Aa
#347718 on white: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#347718 on black: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green46.7%
Blue9.4%
CMYK percentages
Cyan56.3%
Magenta0.0%
Yellow79.8%
Key (black)53.3%
Color previews
#347718 text on a black background
contrast 3.80:1
Card sample
#347718 text on a white background
contrast 5.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #347718;
Background color
Panel with #347718 background
background-color: #347718;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #347718;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 119, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 119, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #347718; background: linear-gradient(135deg, #347718, #18773B);