#49BDF8
A light, vivid blue closely aligning with Deepskyblue.
About #49BDF8
At its core, #49BDF8 is a light and vivid hue. It is closely associated with the named CSS color Deepskyblue. In the RGB color space, it consists of 73 red, 189 green, and 248 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 71% cyan and 24% magenta inks. The HSL representation is 200.2° hue, 92.6% saturation, and 62.9% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#49BDF8
RGB73, 189, 248
HSL200.2°, 92.6%, 62.9%
CMYK71%, 24%, 0%, 3%
HSV200.2°, 70.6%, 97.3%
LAB72.6, -14.0, -38.6
XYZ37.9, 44.6, 95.4
Decimal4832760
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.12:1
Text on #FFFFFF
FAIL
9.92:1
Text on #000000
AAA
2.02:1
Text on #F8FAFC
FAIL
8.43:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49BDF8;
}
.text-color {
color: #49BDF8;
}
.border-color {
border: 2px solid #49BDF8;
}