#49cdff
a balanced, electric cyan · cool · closest name: skyblue
RGB
73, 205, 255
HSL
197°, 100%, 64%
CMYK
71, 20, 0, 0
Luminance
0.5230
Every format
| HEX | #49cdff |
| RGB | rgb(73, 205, 255) |
| HSL | hsl(197, 100%, 64%) |
| CMYK | cmyk(71%, 20%, 0%, 0%) |
| LAB | lab(77.5 -20.1 -34.8) |
| LCH | lch(77.5 40.2 240.0) |
| OKLCH | oklch(0.797 0.132 227.5) |
Copy-ready code
/* CSS */
color: #49cdff;
background-color: #49cdff;
/* Tailwind (arbitrary) */
class="text-[#49cdff] bg-[#49cdff]"
/* SCSS */
$brand: #49cdff;
/* SwiftUI */
Color(red: 0.286, green: 0.804, blue: 1.000)
/* Android */
Color.parseColor("#49cdff")Accessibility — WCAG contrast
Aa
#49cdff on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49cdff on black: 11.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green80.4%
Blue100.0%
CMYK percentages
Cyan71.4%
Magenta19.6%
Yellow0.0%
Key (black)0.0%
Color previews
#49cdff text on a black background
contrast 11.46:1
Card sample
#49cdff text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49cdff;
Background color
Panel with #49cdff background
background-color: #49cdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49cdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 205, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 205, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49cdff; background: linear-gradient(135deg, #49cdff, #4954FF);