#2ac68b
a balanced, vivid green · cool · closest name: aquamarine
RGB
42, 198, 139
HSL
157°, 65%, 47%
CMYK
79, 0, 30, 22
Luminance
0.4274
Every format
| HEX | #2ac68b |
| RGB | rgb(42, 198, 139) |
| HSL | hsl(157, 65%, 47%) |
| CMYK | cmyk(79%, 0%, 30%, 22%) |
| LAB | lab(71.4 -52.9 18.6) |
| LCH | lch(71.4 56.1 160.6) |
| OKLCH | oklch(0.735 0.152 161.8) |
Copy-ready code
/* CSS */
color: #2ac68b;
background-color: #2ac68b;
/* Tailwind (arbitrary) */
class="text-[#2ac68b] bg-[#2ac68b]"
/* SCSS */
$brand: #2ac68b;
/* SwiftUI */
Color(red: 0.165, green: 0.776, blue: 0.545)
/* Android */
Color.parseColor("#2ac68b")Accessibility — WCAG contrast
Aa
#2ac68b on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ac68b on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green77.6%
Blue54.5%
CMYK percentages
Cyan78.8%
Magenta0.0%
Yellow29.8%
Key (black)22.4%
Color previews
#2ac68b text on a black background
contrast 9.55:1
Card sample
#2ac68b text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ac68b;
Background color
Panel with #2ac68b background
background-color: #2ac68b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ac68b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 198, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 198, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ac68b; background: linear-gradient(135deg, #2ac68b, #2A99C6);