#2ad560
a balanced, vivid green · cool · closest name: forestgreen
RGB
42, 213, 96
HSL
139°, 67%, 50%
CMYK
80, 0, 55, 17
Luminance
0.4893
Every format
| HEX | #2ad560 |
| RGB | rgb(42, 213, 96) |
| HSL | hsl(139, 67%, 50%) |
| CMYK | cmyk(80%, 0%, 55%, 17%) |
| LAB | lab(75.4 -65.9 45.6) |
| LCH | lch(75.4 80.1 145.3) |
| OKLCH | oklch(0.766 0.208 148.3) |
Copy-ready code
/* CSS */
color: #2ad560;
background-color: #2ad560;
/* Tailwind (arbitrary) */
class="text-[#2ad560] bg-[#2ad560]"
/* SCSS */
$brand: #2ad560;
/* SwiftUI */
Color(red: 0.165, green: 0.835, blue: 0.376)
/* Android */
Color.parseColor("#2ad560")Accessibility — WCAG contrast
Aa
#2ad560 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ad560 on black: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green83.5%
Blue37.6%
CMYK percentages
Cyan80.3%
Magenta0.0%
Yellow54.9%
Key (black)16.5%
Color previews
#2ad560 text on a black background
contrast 10.79:1
Card sample
#2ad560 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ad560;
Background color
Panel with #2ad560 background
background-color: #2ad560;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ad560;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 213, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 213, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ad560; background: linear-gradient(135deg, #2ad560, #2AD5D2);