#2ac866
a balanced, vivid green · cool · closest name: forestgreen
RGB
42, 200, 102
HSL
143°, 65%, 48%
CMYK
79, 0, 49, 22
Luminance
0.4276
Every format
| HEX | #2ac866 |
| RGB | rgb(42, 200, 102) |
| HSL | hsl(143, 65%, 48%) |
| CMYK | cmyk(79%, 0%, 49%, 22%) |
| LAB | lab(71.4 -60.6 37.8) |
| LCH | lch(71.4 71.5 148.0) |
| OKLCH | oklch(0.733 0.187 150.5) |
Copy-ready code
/* CSS */
color: #2ac866;
background-color: #2ac866;
/* Tailwind (arbitrary) */
class="text-[#2ac866] bg-[#2ac866]"
/* SCSS */
$brand: #2ac866;
/* SwiftUI */
Color(red: 0.165, green: 0.784, blue: 0.400)
/* Android */
Color.parseColor("#2ac866")Accessibility — WCAG contrast
Aa
#2ac866 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ac866 on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green78.4%
Blue40.0%
CMYK percentages
Cyan79.0%
Magenta0.0%
Yellow49.0%
Key (black)21.6%
Color previews
#2ac866 text on a black background
contrast 9.55:1
Card sample
#2ac866 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ac866;
Background color
Panel with #2ac866 background
background-color: #2ac866;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ac866;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 200, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 200, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ac866; background: linear-gradient(135deg, #2ac866, #2AC1C8);