#2acf8c
a balanced, vivid green · cool · closest name: aquamarine
RGB
42, 207, 140
HSL
156°, 66%, 49%
CMYK
80, 0, 32, 19
Luminance
0.4701
Every format
| HEX | #2acf8c |
| RGB | rgb(42, 207, 140) |
| HSL | hsl(156, 66%, 49%) |
| CMYK | cmyk(80%, 0%, 32%, 19%) |
| LAB | lab(74.2 -56.1 22.0) |
| LCH | lch(74.2 60.2 158.6) |
| OKLCH | oklch(0.758 0.162 159.9) |
Copy-ready code
/* CSS */
color: #2acf8c;
background-color: #2acf8c;
/* Tailwind (arbitrary) */
class="text-[#2acf8c] bg-[#2acf8c]"
/* SCSS */
$brand: #2acf8c;
/* SwiftUI */
Color(red: 0.165, green: 0.812, blue: 0.549)
/* Android */
Color.parseColor("#2acf8c")Accessibility — WCAG contrast
Aa
#2acf8c on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2acf8c on black: 10.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green81.2%
Blue54.9%
CMYK percentages
Cyan79.7%
Magenta0.0%
Yellow32.4%
Key (black)18.8%
Color previews
#2acf8c text on a black background
contrast 10.40:1
Card sample
#2acf8c text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2acf8c;
Background color
Panel with #2acf8c background
background-color: #2acf8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2acf8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 207, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 207, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2acf8c; background: linear-gradient(135deg, #2acf8c, #2AA4CF);