#2eedec
a balanced, electric cyan · cool · closest name: cyan
RGB
46, 237, 236
HSL
180°, 84%, 56%
CMYK
81, 0, 0, 7
Luminance
0.6721
Every format
| HEX | #2eedec |
| RGB | rgb(46, 237, 236) |
| HSL | hsl(180, 84%, 56%) |
| CMYK | cmyk(81%, 0%, 0%, 7%) |
| LAB | lab(85.6 -43.9 -12.4) |
| LCH | lch(85.6 45.6 195.8) |
| OKLCH | oklch(0.860 0.140 194.3) |
Copy-ready code
/* CSS */
color: #2eedec;
background-color: #2eedec;
/* Tailwind (arbitrary) */
class="text-[#2eedec] bg-[#2eedec]"
/* SCSS */
$brand: #2eedec;
/* SwiftUI */
Color(red: 0.180, green: 0.929, blue: 0.925)
/* Android */
Color.parseColor("#2eedec")Accessibility — WCAG contrast
Aa
#2eedec on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2eedec on black: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green92.9%
Blue92.5%
CMYK percentages
Cyan80.6%
Magenta0.0%
Yellow0.4%
Key (black)7.1%
Color previews
#2eedec text on a black background
contrast 14.44:1
Card sample
#2eedec text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2eedec;
Background color
Panel with #2eedec background
background-color: #2eedec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2eedec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 237, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 237, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2eedec; background: linear-gradient(135deg, #2eedec, #2E6FED);