#2afeaf
a balanced, electric green · cool · closest name: aquamarine
RGB
42, 254, 175
HSL
158°, 99%, 58%
CMYK
84, 0, 31, 0
Luminance
0.7447
Every format
| HEX | #2afeaf |
| RGB | rgb(42, 254, 175) |
| HSL | hsl(158, 99%, 58%) |
| CMYK | cmyk(84%, 0%, 31%, 0%) |
| LAB | lab(89.1 -66.0 24.4) |
| LCH | lch(89.1 70.4 159.8) |
| OKLCH | oklch(0.884 0.190 161.0) |
Copy-ready code
/* CSS */
color: #2afeaf;
background-color: #2afeaf;
/* Tailwind (arbitrary) */
class="text-[#2afeaf] bg-[#2afeaf]"
/* SCSS */
$brand: #2afeaf;
/* SwiftUI */
Color(red: 0.165, green: 0.996, blue: 0.686)
/* Android */
Color.parseColor("#2afeaf")Accessibility — WCAG contrast
Aa
#2afeaf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2afeaf on black: 15.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green99.6%
Blue68.6%
CMYK percentages
Cyan83.5%
Magenta0.0%
Yellow31.1%
Key (black)0.4%
Color previews
#2afeaf text on a black background
contrast 15.89:1
Card sample
#2afeaf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2afeaf;
Background color
Panel with #2afeaf background
background-color: #2afeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2afeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 254, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 254, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2afeaf; background: linear-gradient(135deg, #2afeaf, #2AC0FE);