#49C5F8
A light, vivid blue closely aligning with Deepskyblue.
About #49C5F8
Visually, #49C5F8 is defined as a vivid blue. It is closely associated with the named CSS color Deepskyblue. This translates to an RGB value of rgb(73, 197, 248).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 71% cyan, 21% magenta, 0% yellow, and 3% black. With a hue angle of 197.5 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#49C5F8
RGB73, 197, 248
HSL197.5°, 92.6%, 62.9%
CMYK71%, 21%, 0%, 3%
HSV197.5°, 70.6%, 97.3%
LAB74.9, -18.2, -35.1
XYZ39.7, 48.1, 96.0
Decimal4834808
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.98:1
Text on #FFFFFF
FAIL
10.63:1
Text on #000000
AAA
1.89:1
Text on #F8FAFC
FAIL
9.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49C5F8;
}
.text-color {
color: #49C5F8;
}
.border-color {
border: 2px solid #49C5F8;
}