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