#2edeb2
a balanced, vivid cyan · cool · closest name: aquamarine
RGB
46, 222, 178
HSL
165°, 73%, 53%
CMYK
79, 0, 20, 13
Luminance
0.5604
Every format
| HEX | #2edeb2 |
| RGB | rgb(46, 222, 178) |
| HSL | hsl(165, 73%, 53%) |
| CMYK | cmyk(79%, 0%, 20%, 13%) |
| LAB | lab(79.6 -52.9 9.5) |
| LCH | lch(79.6 53.7 169.8) |
| OKLCH | oklch(0.806 0.150 170.7) |
Copy-ready code
/* CSS */
color: #2edeb2;
background-color: #2edeb2;
/* Tailwind (arbitrary) */
class="text-[#2edeb2] bg-[#2edeb2]"
/* SCSS */
$brand: #2edeb2;
/* SwiftUI */
Color(red: 0.180, green: 0.871, blue: 0.698)
/* Android */
Color.parseColor("#2edeb2")Accessibility — WCAG contrast
Aa
#2edeb2 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2edeb2 on black: 12.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green87.1%
Blue69.8%
CMYK percentages
Cyan79.3%
Magenta0.0%
Yellow19.8%
Key (black)12.9%
Color previews
#2edeb2 text on a black background
contrast 12.21:1
Card sample
#2edeb2 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2edeb2;
Background color
Panel with #2edeb2 background
background-color: #2edeb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2edeb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 222, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 222, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2edeb2; background: linear-gradient(135deg, #2edeb2, #2E95DE);