#2aeabf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
42, 234, 191
HSL
167°, 82%, 54%
CMYK
82, 0, 18, 8
Luminance
0.6310
Every format
| HEX | #2aeabf |
| RGB | rgb(42, 234, 191) |
| HSL | hsl(167, 82%, 54%) |
| CMYK | cmyk(82%, 0%, 18%, 8%) |
| LAB | lab(83.5 -54.9 8.2) |
| LCH | lch(83.5 55.5 171.5) |
| OKLCH | oklch(0.838 0.155 172.3) |
Copy-ready code
/* CSS */
color: #2aeabf;
background-color: #2aeabf;
/* Tailwind (arbitrary) */
class="text-[#2aeabf] bg-[#2aeabf]"
/* SCSS */
$brand: #2aeabf;
/* SwiftUI */
Color(red: 0.165, green: 0.918, blue: 0.749)
/* Android */
Color.parseColor("#2aeabf")Accessibility — WCAG contrast
Aa
#2aeabf on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2aeabf on black: 13.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green91.8%
Blue74.9%
CMYK percentages
Cyan82.1%
Magenta0.0%
Yellow18.4%
Key (black)8.2%
Color previews
#2aeabf text on a black background
contrast 13.62:1
Card sample
#2aeabf text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2aeabf;
Background color
Panel with #2aeabf background
background-color: #2aeabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2aeabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 234, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 234, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2aeabf; background: linear-gradient(135deg, #2aeabf, #2A95EA);