#49cdfb
a balanced, electric cyan · cool · closest name: skyblue
RGB
73, 205, 251
HSL
196°, 96%, 64%
CMYK
71, 18, 0, 2
Luminance
0.5204
Every format
| HEX | #49cdfb |
| RGB | rgb(73, 205, 251) |
| HSL | hsl(196, 96%, 64%) |
| CMYK | cmyk(71%, 18%, 0%, 2%) |
| LAB | lab(77.3 -21.4 -32.9) |
| LCH | lch(77.3 39.3 237.0) |
| OKLCH | oklch(0.795 0.129 225.5) |
Copy-ready code
/* CSS */
color: #49cdfb;
background-color: #49cdfb;
/* Tailwind (arbitrary) */
class="text-[#49cdfb] bg-[#49cdfb]"
/* SCSS */
$brand: #49cdfb;
/* SwiftUI */
Color(red: 0.286, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#49cdfb")Accessibility — WCAG contrast
Aa
#49cdfb on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49cdfb on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green80.4%
Blue98.4%
CMYK percentages
Cyan70.9%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#49cdfb text on a black background
contrast 11.41:1
Card sample
#49cdfb text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49cdfb;
Background color
Panel with #49cdfb background
background-color: #49cdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49cdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49cdfb; background: linear-gradient(135deg, #49cdfb, #4956FB);