#2ecffc
a balanced, electric cyan · cool · closest name: skyblue
RGB
46, 207, 252
HSL
193°, 97%, 58%
CMYK
82, 18, 0, 1
Luminance
0.5223
Every format
| HEX | #2ecffc |
| RGB | rgb(46, 207, 252) |
| HSL | hsl(193, 97%, 58%) |
| CMYK | cmyk(82%, 18%, 0%, 1%) |
| LAB | lab(77.4 -24.9 -33.3) |
| LCH | lch(77.4 41.6 233.3) |
| OKLCH | oklch(0.795 0.139 222.4) |
Copy-ready code
/* CSS */
color: #2ecffc;
background-color: #2ecffc;
/* Tailwind (arbitrary) */
class="text-[#2ecffc] bg-[#2ecffc]"
/* SCSS */
$brand: #2ecffc;
/* SwiftUI */
Color(red: 0.180, green: 0.812, blue: 0.988)
/* Android */
Color.parseColor("#2ecffc")Accessibility — WCAG contrast
Aa
#2ecffc on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ecffc on black: 11.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green81.2%
Blue98.8%
CMYK percentages
Cyan81.7%
Magenta17.9%
Yellow0.0%
Key (black)1.2%
Color previews
#2ecffc text on a black background
contrast 11.45:1
Card sample
#2ecffc text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ecffc;
Background color
Panel with #2ecffc background
background-color: #2ecffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ecffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 207, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 207, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ecffc; background: linear-gradient(135deg, #2ecffc, #2E46FC);