#49bcfd
a balanced, electric blue · cool · closest name: skyblue
RGB
73, 188, 253
HSL
202°, 98%, 64%
CMYK
71, 26, 0, 1
Luminance
0.4447
Every format
| HEX | #49bcfd |
| RGB | rgb(73, 188, 253) |
| HSL | hsl(202, 98%, 64%) |
| CMYK | cmyk(71%, 26%, 0%, 1%) |
| LAB | lab(72.5 -11.8 -41.4) |
| LCH | lch(72.5 43.1 254.0) |
| OKLCH | oklch(0.758 0.138 237.6) |
Copy-ready code
/* CSS */
color: #49bcfd;
background-color: #49bcfd;
/* Tailwind (arbitrary) */
class="text-[#49bcfd] bg-[#49bcfd]"
/* SCSS */
$brand: #49bcfd;
/* SwiftUI */
Color(red: 0.286, green: 0.737, blue: 0.992)
/* Android */
Color.parseColor("#49bcfd")Accessibility — WCAG contrast
Aa
#49bcfd on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49bcfd on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green73.7%
Blue99.2%
CMYK percentages
Cyan71.1%
Magenta25.7%
Yellow0.0%
Key (black)0.8%
Color previews
#49bcfd text on a black background
contrast 9.89:1
Card sample
#49bcfd text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49bcfd;
Background color
Panel with #49bcfd background
background-color: #49bcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49bcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 188, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 188, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49bcfd; background: linear-gradient(135deg, #49bcfd, #4E49FD);