#2afec5
a balanced, electric cyan · cool · closest name: aquamarine
RGB
42, 254, 197
HSL
164°, 99%, 58%
CMYK
84, 0, 22, 0
Luminance
0.7541
Every format
| HEX | #2afec5 |
| RGB | rgb(42, 254, 197) |
| HSL | hsl(164, 99%, 58%) |
| CMYK | cmyk(84%, 0%, 22%, 0%) |
| LAB | lab(89.6 -61.2 13.7) |
| LCH | lch(89.6 62.7 167.4) |
| OKLCH | oklch(0.889 0.173 168.3) |
Copy-ready code
/* CSS */
color: #2afec5;
background-color: #2afec5;
/* Tailwind (arbitrary) */
class="text-[#2afec5] bg-[#2afec5]"
/* SCSS */
$brand: #2afec5;
/* SwiftUI */
Color(red: 0.165, green: 0.996, blue: 0.773)
/* Android */
Color.parseColor("#2afec5")Accessibility — WCAG contrast
Aa
#2afec5 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2afec5 on black: 16.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green99.6%
Blue77.3%
CMYK percentages
Cyan83.5%
Magenta0.0%
Yellow22.4%
Key (black)0.4%
Color previews
#2afec5 text on a black background
contrast 16.08:1
Card sample
#2afec5 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2afec5;
Background color
Panel with #2afec5 background
background-color: #2afec5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2afec5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 254, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 254, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2afec5; background: linear-gradient(135deg, #2afec5, #2AA9FE);