#43a720
a dark, vivid green · cool · closest name: forestgreen
RGB
67, 167, 32
HSL
104°, 68%, 39%
CMYK
60, 0, 81, 35
Luminance
0.2894
Every format
| HEX | #43a720 |
| RGB | rgb(67, 167, 32) |
| HSL | hsl(104, 68%, 39%) |
| CMYK | cmyk(60%, 0%, 81%, 35%) |
| LAB | lab(60.7 -52.4 55.8) |
| LCH | lch(60.7 76.5 133.2) |
| OKLCH | oklch(0.644 0.190 139.4) |
Copy-ready code
/* CSS */
color: #43a720;
background-color: #43a720;
/* Tailwind (arbitrary) */
class="text-[#43a720] bg-[#43a720]"
/* SCSS */
$brand: #43a720;
/* SwiftUI */
Color(red: 0.263, green: 0.655, blue: 0.125)
/* Android */
Color.parseColor("#43a720")Accessibility — WCAG contrast
Aa
#43a720 on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#43a720 on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green65.5%
Blue12.5%
CMYK percentages
Cyan59.9%
Magenta0.0%
Yellow80.8%
Key (black)34.5%
Color previews
#43a720 text on a black background
contrast 6.79:1
Card sample
#43a720 text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #43a720;
Background color
Panel with #43a720 background
background-color: #43a720;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #43a720;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 167, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 167, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #43a720; background: linear-gradient(135deg, #43a720, #20A757);