#2eeada
a balanced, electric cyan · cool · closest name: turquoise
RGB
46, 234, 218
HSL
175°, 82%, 55%
CMYK
80, 0, 7, 8
Luminance
0.6449
Every format
| HEX | #2eeada |
| RGB | rgb(46, 234, 218) |
| HSL | hsl(175, 82%, 55%) |
| CMYK | cmyk(80%, 0%, 7%, 8%) |
| LAB | lab(84.2 -47.5 -5.0) |
| LCH | lch(84.2 47.8 186.0) |
| OKLCH | oklch(0.847 0.141 185.8) |
Copy-ready code
/* CSS */
color: #2eeada;
background-color: #2eeada;
/* Tailwind (arbitrary) */
class="text-[#2eeada] bg-[#2eeada]"
/* SCSS */
$brand: #2eeada;
/* SwiftUI */
Color(red: 0.180, green: 0.918, blue: 0.855)
/* Android */
Color.parseColor("#2eeada")Accessibility — WCAG contrast
Aa
#2eeada on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2eeada on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green91.8%
Blue85.5%
CMYK percentages
Cyan80.3%
Magenta0.0%
Yellow6.8%
Key (black)8.2%
Color previews
#2eeada text on a black background
contrast 13.90:1
Card sample
#2eeada text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2eeada;
Background color
Panel with #2eeada background
background-color: #2eeada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2eeada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 234, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 234, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2eeada; background: linear-gradient(135deg, #2eeada, #2E7DEA);