#2acd4c
a balanced, vivid green · cool · closest name: forestgreen
RGB
42, 205, 76
HSL
133°, 66%, 48%
CMYK
80, 0, 63, 20
Luminance
0.4468
Every format
| HEX | #2acd4c |
| RGB | rgb(42, 205, 76) |
| HSL | hsl(133, 66%, 48%) |
| CMYK | cmyk(80%, 0%, 63%, 20%) |
| LAB | lab(72.7 -65.8 51.5) |
| LCH | lch(72.7 83.6 142.0) |
| OKLCH | oklch(0.743 0.214 145.8) |
Copy-ready code
/* CSS */
color: #2acd4c;
background-color: #2acd4c;
/* Tailwind (arbitrary) */
class="text-[#2acd4c] bg-[#2acd4c]"
/* SCSS */
$brand: #2acd4c;
/* SwiftUI */
Color(red: 0.165, green: 0.804, blue: 0.298)
/* Android */
Color.parseColor("#2acd4c")Accessibility — WCAG contrast
Aa
#2acd4c on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2acd4c on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green80.4%
Blue29.8%
CMYK percentages
Cyan79.5%
Magenta0.0%
Yellow62.9%
Key (black)19.6%
Color previews
#2acd4c text on a black background
contrast 9.94:1
Card sample
#2acd4c text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2acd4c;
Background color
Panel with #2acd4c background
background-color: #2acd4c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2acd4c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 205, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 205, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2acd4c; background: linear-gradient(135deg, #2acd4c, #2ACDB9);