#2ee6af
a balanced, electric cyan · cool · closest name: aquamarine
RGB
46, 230, 175
HSL
162°, 79%, 54%
CMYK
80, 0, 24, 10
Luminance
0.6027
Every format
| HEX | #2ee6af |
| RGB | rgb(46, 230, 175) |
| HSL | hsl(162, 79%, 54%) |
| CMYK | cmyk(80%, 0%, 24%, 10%) |
| LAB | lab(82.0 -56.7 14.4) |
| LCH | lch(82.0 58.5 165.8) |
| OKLCH | oklch(0.825 0.161 166.8) |
Copy-ready code
/* CSS */
color: #2ee6af;
background-color: #2ee6af;
/* Tailwind (arbitrary) */
class="text-[#2ee6af] bg-[#2ee6af]"
/* SCSS */
$brand: #2ee6af;
/* SwiftUI */
Color(red: 0.180, green: 0.902, blue: 0.686)
/* Android */
Color.parseColor("#2ee6af")Accessibility — WCAG contrast
Aa
#2ee6af on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ee6af on black: 13.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green90.2%
Blue68.6%
CMYK percentages
Cyan80.0%
Magenta0.0%
Yellow23.9%
Key (black)9.8%
Color previews
#2ee6af text on a black background
contrast 13.05:1
Card sample
#2ee6af text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ee6af;
Background color
Panel with #2ee6af background
background-color: #2ee6af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ee6af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 230, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 230, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ee6af; background: linear-gradient(135deg, #2ee6af, #2EA2E6);