#2af985
a balanced, electric green · cool · closest name: aquamarine
RGB
42, 249, 133
HSL
146°, 95%, 57%
CMYK
83, 0, 47, 2
Luminance
0.6994
Every format
| HEX | #2af985 |
| RGB | rgb(42, 249, 133) |
| HSL | hsl(146, 95%, 57%) |
| CMYK | cmyk(83%, 0%, 47%, 2%) |
| LAB | lab(87.0 -72.1 42.3) |
| LCH | lch(87.0 83.6 149.6) |
| OKLCH | oklch(0.863 0.219 151.8) |
Copy-ready code
/* CSS */
color: #2af985;
background-color: #2af985;
/* Tailwind (arbitrary) */
class="text-[#2af985] bg-[#2af985]"
/* SCSS */
$brand: #2af985;
/* SwiftUI */
Color(red: 0.165, green: 0.976, blue: 0.522)
/* Android */
Color.parseColor("#2af985")Accessibility — WCAG contrast
Aa
#2af985 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2af985 on black: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green97.6%
Blue52.2%
CMYK percentages
Cyan83.1%
Magenta0.0%
Yellow46.6%
Key (black)2.4%
Color previews
#2af985 text on a black background
contrast 14.99:1
Card sample
#2af985 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2af985;
Background color
Panel with #2af985 background
background-color: #2af985;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2af985;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 249, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 249, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2af985; background: linear-gradient(135deg, #2af985, #2AE3F9);