#2ecafb
a balanced, electric cyan · cool · closest name: skyblue
RGB
46, 202, 251
HSL
194°, 96%, 58%
CMYK
82, 20, 0, 2
Luminance
0.4979
Every format
| HEX | #2ecafb |
| RGB | rgb(46, 202, 251) |
| HSL | hsl(194, 96%, 58%) |
| CMYK | cmyk(82%, 20%, 0%, 2%) |
| LAB | lab(75.9 -22.7 -35.1) |
| LCH | lch(75.9 41.8 237.1) |
| OKLCH | oklch(0.783 0.139 225.1) |
Copy-ready code
/* CSS */
color: #2ecafb;
background-color: #2ecafb;
/* Tailwind (arbitrary) */
class="text-[#2ecafb] bg-[#2ecafb]"
/* SCSS */
$brand: #2ecafb;
/* SwiftUI */
Color(red: 0.180, green: 0.792, blue: 0.984)
/* Android */
Color.parseColor("#2ecafb")Accessibility — WCAG contrast
Aa
#2ecafb on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ecafb on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green79.2%
Blue98.4%
CMYK percentages
Cyan81.7%
Magenta19.5%
Yellow0.0%
Key (black)1.6%
Color previews
#2ecafb text on a black background
contrast 10.96:1
Card sample
#2ecafb text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ecafb;
Background color
Panel with #2ecafb background
background-color: #2ecafb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ecafb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 202, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 202, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ecafb; background: linear-gradient(135deg, #2ecafb, #2E41FB);