#2eeabc
a balanced, electric cyan · cool · closest name: aquamarine
RGB
46, 234, 188
HSL
165°, 82%, 55%
CMYK
80, 0, 20, 8
Luminance
0.6306
Every format
| HEX | #2eeabc |
| RGB | rgb(46, 234, 188) |
| HSL | hsl(165, 82%, 55%) |
| CMYK | cmyk(80%, 0%, 20%, 8%) |
| LAB | lab(83.5 -55.2 9.7) |
| LCH | lch(83.5 56.1 170.0) |
| OKLCH | oklch(0.838 0.156 170.9) |
Copy-ready code
/* CSS */
color: #2eeabc;
background-color: #2eeabc;
/* Tailwind (arbitrary) */
class="text-[#2eeabc] bg-[#2eeabc]"
/* SCSS */
$brand: #2eeabc;
/* SwiftUI */
Color(red: 0.180, green: 0.918, blue: 0.737)
/* Android */
Color.parseColor("#2eeabc")Accessibility — WCAG contrast
Aa
#2eeabc on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2eeabc on black: 13.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green91.8%
Blue73.7%
CMYK percentages
Cyan80.3%
Magenta0.0%
Yellow19.7%
Key (black)8.2%
Color previews
#2eeabc text on a black background
contrast 13.61:1
Card sample
#2eeabc text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2eeabc;
Background color
Panel with #2eeabc background
background-color: #2eeabc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2eeabc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 234, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 234, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2eeabc; background: linear-gradient(135deg, #2eeabc, #2E9BEA);