#2ac28b
a balanced, vivid green · cool · closest name: seagreen
RGB
42, 194, 139
HSL
158°, 64%, 46%
CMYK
78, 0, 28, 24
Luminance
0.4094
Every format
| HEX | #2ac28b |
| RGB | rgb(42, 194, 139) |
| HSL | hsl(158, 64%, 46%) |
| CMYK | cmyk(78%, 0%, 28%, 24%) |
| LAB | lab(70.1 -51.3 16.9) |
| LCH | lch(70.1 54.0 161.7) |
| OKLCH | oklch(0.725 0.147 162.9) |
Copy-ready code
/* CSS */
color: #2ac28b;
background-color: #2ac28b;
/* Tailwind (arbitrary) */
class="text-[#2ac28b] bg-[#2ac28b]"
/* SCSS */
$brand: #2ac28b;
/* SwiftUI */
Color(red: 0.165, green: 0.761, blue: 0.545)
/* Android */
Color.parseColor("#2ac28b")Accessibility — WCAG contrast
Aa
#2ac28b on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ac28b on black: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green76.1%
Blue54.5%
CMYK percentages
Cyan78.4%
Magenta0.0%
Yellow28.4%
Key (black)23.9%
Color previews
#2ac28b text on a black background
contrast 9.19:1
Card sample
#2ac28b text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ac28b;
Background color
Panel with #2ac28b background
background-color: #2ac28b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ac28b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 194, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 194, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ac28b; background: linear-gradient(135deg, #2ac28b, #2A94C2);