#43a821
a dark, vivid green · cool · closest name: forestgreen
RGB
67, 168, 33
HSL
105°, 67%, 39%
CMYK
60, 0, 80, 34
Luminance
0.2931
Every format
| HEX | #43a821 |
| RGB | rgb(67, 168, 33) |
| HSL | hsl(105, 67%, 39%) |
| CMYK | cmyk(60%, 0%, 80%, 34%) |
| LAB | lab(61.0 -52.7 55.8) |
| LCH | lch(61.0 76.8 133.3) |
| OKLCH | oklch(0.647 0.191 139.5) |
Copy-ready code
/* CSS */
color: #43a821;
background-color: #43a821;
/* Tailwind (arbitrary) */
class="text-[#43a821] bg-[#43a821]"
/* SCSS */
$brand: #43a821;
/* SwiftUI */
Color(red: 0.263, green: 0.659, blue: 0.129)
/* Android */
Color.parseColor("#43a821")Accessibility — WCAG contrast
Aa
#43a821 on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#43a821 on black: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green65.9%
Blue12.9%
CMYK percentages
Cyan60.1%
Magenta0.0%
Yellow80.4%
Key (black)34.1%
Color previews
#43a821 text on a black background
contrast 6.86:1
Card sample
#43a821 text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #43a821;
Background color
Panel with #43a821 background
background-color: #43a821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #43a821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 168, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 168, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #43a821; background: linear-gradient(135deg, #43a821, #21A859);