#2eedbc
a balanced, electric cyan · cool · closest name: aquamarine
RGB
46, 237, 188
HSL
165°, 84%, 56%
CMYK
81, 0, 21, 7
Luminance
0.6478
Every format
| HEX | #2eedbc |
| RGB | rgb(46, 237, 188) |
| HSL | hsl(165, 84%, 56%) |
| CMYK | cmyk(81%, 0%, 21%, 7%) |
| LAB | lab(84.4 -56.4 11.0) |
| LCH | lch(84.4 57.5 169.0) |
| OKLCH | oklch(0.845 0.160 169.9) |
Copy-ready code
/* CSS */
color: #2eedbc;
background-color: #2eedbc;
/* Tailwind (arbitrary) */
class="text-[#2eedbc] bg-[#2eedbc]"
/* SCSS */
$brand: #2eedbc;
/* SwiftUI */
Color(red: 0.180, green: 0.929, blue: 0.737)
/* Android */
Color.parseColor("#2eedbc")Accessibility — WCAG contrast
Aa
#2eedbc on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2eedbc on black: 13.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green92.9%
Blue73.7%
CMYK percentages
Cyan80.6%
Magenta0.0%
Yellow20.7%
Key (black)7.1%
Color previews
#2eedbc text on a black background
contrast 13.96:1
Card sample
#2eedbc text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2eedbc;
Background color
Panel with #2eedbc background
background-color: #2eedbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2eedbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 237, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 237, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2eedbc; background: linear-gradient(135deg, #2eedbc, #2E9FED);