#2ee6eb
a balanced, electric cyan · cool · closest name: cyan
RGB
46, 230, 235
HSL
182°, 83%, 55%
CMYK
80, 2, 0, 8
Luminance
0.6317
Every format
| HEX | #2ee6eb |
| RGB | rgb(46, 230, 235) |
| HSL | hsl(182, 83%, 55%) |
| CMYK | cmyk(80%, 2%, 0%, 8%) |
| LAB | lab(83.5 -41.0 -15.0) |
| LCH | lch(83.5 43.7 200.1) |
| OKLCH | oklch(0.843 0.136 197.8) |
Copy-ready code
/* CSS */
color: #2ee6eb;
background-color: #2ee6eb;
/* Tailwind (arbitrary) */
class="text-[#2ee6eb] bg-[#2ee6eb]"
/* SCSS */
$brand: #2ee6eb;
/* SwiftUI */
Color(red: 0.180, green: 0.902, blue: 0.922)
/* Android */
Color.parseColor("#2ee6eb")Accessibility — WCAG contrast
Aa
#2ee6eb on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ee6eb on black: 13.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green90.2%
Blue92.2%
CMYK percentages
Cyan80.4%
Magenta2.1%
Yellow0.0%
Key (black)7.8%
Color previews
#2ee6eb text on a black background
contrast 13.63:1
Card sample
#2ee6eb text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ee6eb;
Background color
Panel with #2ee6eb background
background-color: #2ee6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ee6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 230, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 230, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ee6eb; background: linear-gradient(135deg, #2ee6eb, #2E68EB);