#2eecad
a balanced, electric cyan · cool · closest name: aquamarine
RGB
46, 236, 173
HSL
160°, 83%, 55%
CMYK
81, 0, 27, 8
Luminance
0.6359
Every format
| HEX | #2eecad |
| RGB | rgb(46, 236, 173) |
| HSL | hsl(160, 83%, 55%) |
| CMYK | cmyk(81%, 0%, 27%, 8%) |
| LAB | lab(83.8 -59.5 17.9) |
| LCH | lch(83.8 62.1 163.2) |
| OKLCH | oklch(0.839 0.169 164.3) |
Copy-ready code
/* CSS */
color: #2eecad;
background-color: #2eecad;
/* Tailwind (arbitrary) */
class="text-[#2eecad] bg-[#2eecad]"
/* SCSS */
$brand: #2eecad;
/* SwiftUI */
Color(red: 0.180, green: 0.925, blue: 0.678)
/* Android */
Color.parseColor("#2eecad")Accessibility — WCAG contrast
Aa
#2eecad on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2eecad on black: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green92.5%
Blue67.8%
CMYK percentages
Cyan80.5%
Magenta0.0%
Yellow26.7%
Key (black)7.5%
Color previews
#2eecad text on a black background
contrast 13.72:1
Card sample
#2eecad text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2eecad;
Background color
Panel with #2eecad background
background-color: #2eecad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2eecad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 236, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 236, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2eecad; background: linear-gradient(135deg, #2eecad, #2EACEC);