#2eedfc
a balanced, electric cyan · cool · closest name: cyan
RGB
46, 237, 252
HSL
184°, 97%, 58%
CMYK
82, 6, 0, 1
Luminance
0.6818
Every format
| HEX | #2eedfc |
| RGB | rgb(46, 237, 252) |
| HSL | hsl(184, 97%, 58%) |
| CMYK | cmyk(82%, 6%, 0%, 1%) |
| LAB | lab(86.1 -39.2 -20.1) |
| LCH | lch(86.1 44.1 207.1) |
| OKLCH | oklch(0.865 0.141 203.4) |
Copy-ready code
/* CSS */
color: #2eedfc;
background-color: #2eedfc;
/* Tailwind (arbitrary) */
class="text-[#2eedfc] bg-[#2eedfc]"
/* SCSS */
$brand: #2eedfc;
/* SwiftUI */
Color(red: 0.180, green: 0.929, blue: 0.988)
/* Android */
Color.parseColor("#2eedfc")Accessibility — WCAG contrast
Aa
#2eedfc on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2eedfc on black: 14.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green92.9%
Blue98.8%
CMYK percentages
Cyan81.7%
Magenta6.0%
Yellow0.0%
Key (black)1.2%
Color previews
#2eedfc text on a black background
contrast 14.64:1
Card sample
#2eedfc text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2eedfc;
Background color
Panel with #2eedfc background
background-color: #2eedfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2eedfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 237, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 237, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2eedfc; background: linear-gradient(135deg, #2eedfc, #2E63FC);