#2ac46d
a balanced, vivid green · cool · closest name: forestgreen
RGB
42, 196, 109
HSL
146°, 65%, 47%
CMYK
79, 0, 44, 23
Luminance
0.4108
Every format
| HEX | #2ac46d |
| RGB | rgb(42, 196, 109) |
| HSL | hsl(146, 65%, 47%) |
| CMYK | cmyk(79%, 0%, 44%, 23%) |
| LAB | lab(70.2 -58.1 32.8) |
| LCH | lch(70.2 66.7 150.5) |
| OKLCH | oklch(0.724 0.176 152.6) |
Copy-ready code
/* CSS */
color: #2ac46d;
background-color: #2ac46d;
/* Tailwind (arbitrary) */
class="text-[#2ac46d] bg-[#2ac46d]"
/* SCSS */
$brand: #2ac46d;
/* SwiftUI */
Color(red: 0.165, green: 0.769, blue: 0.427)
/* Android */
Color.parseColor("#2ac46d")Accessibility — WCAG contrast
Aa
#2ac46d on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ac46d on black: 9.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green76.9%
Blue42.7%
CMYK percentages
Cyan78.6%
Magenta0.0%
Yellow44.4%
Key (black)23.1%
Color previews
#2ac46d text on a black background
contrast 9.22:1
Card sample
#2ac46d text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ac46d;
Background color
Panel with #2ac46d background
background-color: #2ac46d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ac46d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 196, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 196, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ac46d; background: linear-gradient(135deg, #2ac46d, #2AB4C4);