#49dbeb
a balanced, electric cyan · cool · closest name: skyblue
RGB
73, 219, 235
HSL
186°, 80%, 60%
CMYK
69, 7, 0, 8
Luminance
0.5808
Every format
| HEX | #49dbeb |
| RGB | rgb(73, 219, 235) |
| HSL | hsl(186, 80%, 60%) |
| CMYK | cmyk(69%, 7%, 0%, 8%) |
| LAB | lab(80.8 -33.1 -19.1) |
| LCH | lch(80.8 38.2 210.0) |
| OKLCH | oklch(0.822 0.122 205.7) |
Copy-ready code
/* CSS */
color: #49dbeb;
background-color: #49dbeb;
/* Tailwind (arbitrary) */
class="text-[#49dbeb] bg-[#49dbeb]"
/* SCSS */
$brand: #49dbeb;
/* SwiftUI */
Color(red: 0.286, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#49dbeb")Accessibility — WCAG contrast
Aa
#49dbeb on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49dbeb on black: 12.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green85.9%
Blue92.2%
CMYK percentages
Cyan68.9%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#49dbeb text on a black background
contrast 12.62:1
Card sample
#49dbeb text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49dbeb;
Background color
Panel with #49dbeb background
background-color: #49dbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49dbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49dbeb; background: linear-gradient(135deg, #49dbeb, #496FEB);