#49bceb
a balanced, electric cyan · cool · closest name: skyblue
RGB
73, 188, 235
HSL
197°, 80%, 60%
CMYK
69, 20, 0, 8
Luminance
0.4338
Every format
| HEX | #49bceb |
| RGB | rgb(73, 188, 235) |
| HSL | hsl(197, 80%, 60%) |
| CMYK | cmyk(69%, 20%, 0%, 8%) |
| LAB | lab(71.8 -17.7 -32.8) |
| LCH | lch(71.8 37.3 241.7) |
| OKLCH | oklch(0.750 0.122 228.9) |
Copy-ready code
/* CSS */
color: #49bceb;
background-color: #49bceb;
/* Tailwind (arbitrary) */
class="text-[#49bceb] bg-[#49bceb]"
/* SCSS */
$brand: #49bceb;
/* SwiftUI */
Color(red: 0.286, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#49bceb")Accessibility — WCAG contrast
Aa
#49bceb on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49bceb on black: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green73.7%
Blue92.2%
CMYK percentages
Cyan68.9%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#49bceb text on a black background
contrast 9.68:1
Card sample
#49bceb text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49bceb;
Background color
Panel with #49bceb background
background-color: #49bceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49bceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49bceb; background: linear-gradient(135deg, #49bceb, #4950EB);