#2aa521
a dark, vivid green · cool · closest name: forestgreen
RGB
42, 165, 33
HSL
116°, 67%, 39%
CMYK
75, 0, 80, 35
Luminance
0.2751
Every format
| HEX | #2aa521 |
| RGB | rgb(42, 165, 33) |
| HSL | hsl(116, 67%, 39%) |
| CMYK | cmyk(75%, 0%, 80%, 35%) |
| LAB | lab(59.4 -56.9 54.1) |
| LCH | lch(59.4 78.5 136.5) |
| OKLCH | oklch(0.632 0.196 142.1) |
Copy-ready code
/* CSS */
color: #2aa521;
background-color: #2aa521;
/* Tailwind (arbitrary) */
class="text-[#2aa521] bg-[#2aa521]"
/* SCSS */
$brand: #2aa521;
/* SwiftUI */
Color(red: 0.165, green: 0.647, blue: 0.129)
/* Android */
Color.parseColor("#2aa521")Accessibility — WCAG contrast
Aa
#2aa521 on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2aa521 on black: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green64.7%
Blue12.9%
CMYK percentages
Cyan74.5%
Magenta0.0%
Yellow80.0%
Key (black)35.3%
Color previews
#2aa521 text on a black background
contrast 6.50:1
Card sample
#2aa521 text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2aa521;
Background color
Panel with #2aa521 background
background-color: #2aa521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2aa521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 165, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 165, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2aa521; background: linear-gradient(135deg, #2aa521, #21A570);