#2eecfd
a balanced, electric cyan · cool · closest name: cyan
RGB
46, 236, 253
HSL
185°, 98%, 59%
CMYK
82, 7, 0, 1
Luminance
0.6766
Every format
| HEX | #2eecfd |
| RGB | rgb(46, 236, 253) |
| HSL | hsl(185, 98%, 59%) |
| CMYK | cmyk(82%, 7%, 0%, 1%) |
| LAB | lab(85.8 -38.5 -21.0) |
| LCH | lch(85.8 43.8 208.6) |
| OKLCH | oklch(0.863 0.141 204.6) |
Copy-ready code
/* CSS */
color: #2eecfd;
background-color: #2eecfd;
/* Tailwind (arbitrary) */
class="text-[#2eecfd] bg-[#2eecfd]"
/* SCSS */
$brand: #2eecfd;
/* SwiftUI */
Color(red: 0.180, green: 0.925, blue: 0.992)
/* Android */
Color.parseColor("#2eecfd")Accessibility — WCAG contrast
Aa
#2eecfd on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2eecfd on black: 14.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green92.5%
Blue99.2%
CMYK percentages
Cyan81.8%
Magenta6.7%
Yellow0.0%
Key (black)0.8%
Color previews
#2eecfd text on a black background
contrast 14.53:1
Card sample
#2eecfd text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2eecfd;
Background color
Panel with #2eecfd background
background-color: #2eecfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2eecfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 236, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 236, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2eecfd; background: linear-gradient(135deg, #2eecfd, #2E62FD);