#49ebfe
a balanced, electric cyan · cool · closest name: cyan
RGB
73, 235, 254
HSL
186°, 99%, 64%
CMYK
71, 8, 0, 0
Luminance
0.6799
Every format
| HEX | #49ebfe |
| RGB | rgb(73, 235, 254) |
| HSL | hsl(186, 99%, 64%) |
| CMYK | cmyk(71%, 8%, 0%, 0%) |
| LAB | lab(86.0 -35.1 -21.2) |
| LCH | lch(86.0 41.0 211.2) |
| OKLCH | oklch(0.866 0.132 206.6) |
Copy-ready code
/* CSS */
color: #49ebfe;
background-color: #49ebfe;
/* Tailwind (arbitrary) */
class="text-[#49ebfe] bg-[#49ebfe]"
/* SCSS */
$brand: #49ebfe;
/* SwiftUI */
Color(red: 0.286, green: 0.922, blue: 0.996)
/* Android */
Color.parseColor("#49ebfe")Accessibility — WCAG contrast
Aa
#49ebfe on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49ebfe on black: 14.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green92.2%
Blue99.6%
CMYK percentages
Cyan71.3%
Magenta7.5%
Yellow0.0%
Key (black)0.4%
Color previews
#49ebfe text on a black background
contrast 14.60:1
Card sample
#49ebfe text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49ebfe;
Background color
Panel with #49ebfe background
background-color: #49ebfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49ebfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 235, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 235, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49ebfe; background: linear-gradient(135deg, #49ebfe, #4972FE);