#229721
a dark, vivid green · cool · closest name: forestgreen
RGB
34, 151, 33
HSL
120°, 64%, 36%
CMYK
78, 0, 78, 41
Luminance
0.2258
Every format
| HEX | #229721 |
| RGB | rgb(34, 151, 33) |
| HSL | hsl(120, 64%, 36%) |
| CMYK | cmyk(78%, 0%, 78%, 41%) |
| LAB | lab(54.6 -53.6 49.4) |
| LCH | lch(54.6 72.9 137.4) |
| OKLCH | oklch(0.591 0.183 142.7) |
Copy-ready code
/* CSS */
color: #229721;
background-color: #229721;
/* Tailwind (arbitrary) */
class="text-[#229721] bg-[#229721]"
/* SCSS */
$brand: #229721;
/* SwiftUI */
Color(red: 0.133, green: 0.592, blue: 0.129)
/* Android */
Color.parseColor("#229721")Accessibility — WCAG contrast
Aa
#229721 on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#229721 on black: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green59.2%
Blue12.9%
CMYK percentages
Cyan77.5%
Magenta0.0%
Yellow78.1%
Key (black)40.8%
Color previews
#229721 text on a black background
contrast 5.52:1
Card sample
#229721 text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #229721;
Background color
Panel with #229721 background
background-color: #229721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #229721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 151, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 151, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #229721; background: linear-gradient(135deg, #229721, #21976F);