#2af992
a balanced, electric green · cool · closest name: aquamarine
RGB
42, 249, 146
HSL
150°, 95%, 57%
CMYK
83, 0, 41, 2
Luminance
0.7032
Every format
| HEX | #2af992 |
| RGB | rgb(42, 249, 146) |
| HSL | hsl(150, 95%, 57%) |
| CMYK | cmyk(83%, 0%, 41%, 2%) |
| LAB | lab(87.2 -69.9 36.2) |
| LCH | lch(87.2 78.7 152.6) |
| OKLCH | oklch(0.866 0.208 154.4) |
Copy-ready code
/* CSS */
color: #2af992;
background-color: #2af992;
/* Tailwind (arbitrary) */
class="text-[#2af992] bg-[#2af992]"
/* SCSS */
$brand: #2af992;
/* SwiftUI */
Color(red: 0.165, green: 0.976, blue: 0.573)
/* Android */
Color.parseColor("#2af992")Accessibility — WCAG contrast
Aa
#2af992 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2af992 on black: 15.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green97.6%
Blue57.3%
CMYK percentages
Cyan83.1%
Magenta0.0%
Yellow41.4%
Key (black)2.4%
Color previews
#2af992 text on a black background
contrast 15.06:1
Card sample
#2af992 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2af992;
Background color
Panel with #2af992 background
background-color: #2af992;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2af992;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 249, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 249, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2af992; background: linear-gradient(135deg, #2af992, #2AD6F9);