#2afeb9
a balanced, electric cyan · cool · closest name: aquamarine
RGB
42, 254, 185
HSL
161°, 99%, 58%
CMYK
84, 0, 27, 0
Luminance
0.7488
Every format
| HEX | #2afeb9 |
| RGB | rgb(42, 254, 185) |
| HSL | hsl(161, 99%, 58%) |
| CMYK | cmyk(84%, 0%, 27%, 0%) |
| LAB | lab(89.3 -63.9 19.5) |
| LCH | lch(89.3 66.8 163.0) |
| OKLCH | oklch(0.886 0.182 164.1) |
Copy-ready code
/* CSS */
color: #2afeb9;
background-color: #2afeb9;
/* Tailwind (arbitrary) */
class="text-[#2afeb9] bg-[#2afeb9]"
/* SCSS */
$brand: #2afeb9;
/* SwiftUI */
Color(red: 0.165, green: 0.996, blue: 0.725)
/* Android */
Color.parseColor("#2afeb9")Accessibility — WCAG contrast
Aa
#2afeb9 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2afeb9 on black: 15.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green99.6%
Blue72.5%
CMYK percentages
Cyan83.5%
Magenta0.0%
Yellow27.2%
Key (black)0.4%
Color previews
#2afeb9 text on a black background
contrast 15.98:1
Card sample
#2afeb9 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2afeb9;
Background color
Panel with #2afeb9 background
background-color: #2afeb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2afeb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 254, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 254, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2afeb9; background: linear-gradient(135deg, #2afeb9, #2AB6FE);