#2af28c
a balanced, electric green · cool · closest name: aquamarine
RGB
42, 242, 140
HSL
149°, 89%, 56%
CMYK
83, 0, 42, 5
Luminance
0.6589
Every format
| HEX | #2af28c |
| RGB | rgb(42, 242, 140) |
| HSL | hsl(149, 89%, 56%) |
| CMYK | cmyk(83%, 0%, 42%, 5%) |
| LAB | lab(84.9 -68.6 36.3) |
| LCH | lch(84.9 77.6 152.1) |
| OKLCH | oklch(0.847 0.205 154.0) |
Copy-ready code
/* CSS */
color: #2af28c;
background-color: #2af28c;
/* Tailwind (arbitrary) */
class="text-[#2af28c] bg-[#2af28c]"
/* SCSS */
$brand: #2af28c;
/* SwiftUI */
Color(red: 0.165, green: 0.949, blue: 0.549)
/* Android */
Color.parseColor("#2af28c")Accessibility — WCAG contrast
Aa
#2af28c on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2af28c on black: 14.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green94.9%
Blue54.9%
CMYK percentages
Cyan82.6%
Magenta0.0%
Yellow42.1%
Key (black)5.1%
Color previews
#2af28c text on a black background
contrast 14.18:1
Card sample
#2af28c text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2af28c;
Background color
Panel with #2af28c background
background-color: #2af28c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2af28c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 242, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 242, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2af28c; background: linear-gradient(135deg, #2af28c, #2AD3F2);