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