#2beeab
a balanced, electric green · cool · closest name: aquamarine
RGB
43, 238, 171
HSL
159°, 85%, 55%
CMYK
82, 0, 28, 7
Luminance
0.6460
Every format
| HEX | #2beeab |
| RGB | rgb(43, 238, 171) |
| HSL | hsl(159, 85%, 55%) |
| CMYK | cmyk(82%, 0%, 28%, 7%) |
| LAB | lab(84.3 -60.9 19.7) |
| LCH | lch(84.3 64.0 162.1) |
| OKLCH | oklch(0.843 0.174 163.3) |
Copy-ready code
/* CSS */
color: #2beeab;
background-color: #2beeab;
/* Tailwind (arbitrary) */
class="text-[#2beeab] bg-[#2beeab]"
/* SCSS */
$brand: #2beeab;
/* SwiftUI */
Color(red: 0.169, green: 0.933, blue: 0.671)
/* Android */
Color.parseColor("#2beeab")Accessibility — WCAG contrast
Aa
#2beeab on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2beeab on black: 13.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green93.3%
Blue67.1%
CMYK percentages
Cyan81.9%
Magenta0.0%
Yellow28.2%
Key (black)6.7%
Color previews
#2beeab text on a black background
contrast 13.92:1
Card sample
#2beeab text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2beeab;
Background color
Panel with #2beeab background
background-color: #2beeab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2beeab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 238, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 238, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2beeab; background: linear-gradient(135deg, #2beeab, #2BAFEE);