#2ac77f
a balanced, vivid green · cool · closest name: seagreen
RGB
42, 199, 127
HSL
153°, 65%, 47%
CMYK
79, 0, 36, 22
Luminance
0.4287
Every format
| HEX | #2ac77f |
| RGB | rgb(42, 199, 127) |
| HSL | hsl(153, 65%, 47%) |
| CMYK | cmyk(79%, 0%, 36%, 22%) |
| LAB | lab(71.5 -55.8 25.1) |
| LCH | lch(71.5 61.2 155.8) |
| OKLCH | oklch(0.735 0.163 157.3) |
Copy-ready code
/* CSS */
color: #2ac77f;
background-color: #2ac77f;
/* Tailwind (arbitrary) */
class="text-[#2ac77f] bg-[#2ac77f]"
/* SCSS */
$brand: #2ac77f;
/* SwiftUI */
Color(red: 0.165, green: 0.780, blue: 0.498)
/* Android */
Color.parseColor("#2ac77f")Accessibility — WCAG contrast
Aa
#2ac77f on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ac77f on black: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green78.0%
Blue49.8%
CMYK percentages
Cyan78.9%
Magenta0.0%
Yellow36.2%
Key (black)22.0%
Color previews
#2ac77f text on a black background
contrast 9.57:1
Card sample
#2ac77f text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ac77f;
Background color
Panel with #2ac77f background
background-color: #2ac77f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ac77f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 199, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 199, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ac77f; background: linear-gradient(135deg, #2ac77f, #2AA6C7);