#34a720
a dark, vivid green · cool · closest name: forestgreen
RGB
52, 167, 32
HSL
111°, 68%, 39%
CMYK
69, 0, 81, 35
Luminance
0.2847
Every format
| HEX | #34a720 |
| RGB | rgb(52, 167, 32) |
| HSL | hsl(111, 68%, 39%) |
| CMYK | cmyk(69%, 0%, 81%, 35%) |
| LAB | lab(60.3 -55.8 55.3) |
| LCH | lch(60.3 78.5 135.3) |
| OKLCH | oklch(0.640 0.196 141.1) |
Copy-ready code
/* CSS */
color: #34a720;
background-color: #34a720;
/* Tailwind (arbitrary) */
class="text-[#34a720] bg-[#34a720]"
/* SCSS */
$brand: #34a720;
/* SwiftUI */
Color(red: 0.204, green: 0.655, blue: 0.125)
/* Android */
Color.parseColor("#34a720")Accessibility — WCAG contrast
Aa
#34a720 on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#34a720 on black: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green65.5%
Blue12.5%
CMYK percentages
Cyan68.9%
Magenta0.0%
Yellow80.8%
Key (black)34.5%
Color previews
#34a720 text on a black background
contrast 6.69:1
Card sample
#34a720 text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #34a720;
Background color
Panel with #34a720 background
background-color: #34a720;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #34a720;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 167, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 167, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #34a720; background: linear-gradient(135deg, #34a720, #20A766);