#49D3FF
A light, vivid cyan closely aligning with Lightskyblue.
About #49D3FF
The hex code #49D3FF represents a beautifully specific shade of cyan. If you're using CSS, you might find it aligns closely with Lightskyblue. This translates to an RGB value of rgb(73, 211, 255).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 71% cyan, 17% magenta, 0% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#49D3FF
RGB73, 211, 255
HSL194.5°, 100.0%, 64.3%
CMYK71%, 17%, 0%, 0%
HSV194.5°, 71.4%, 100.0%
LAB79.2, -23.2, -32.2
XYZ44.1, 55.2, 102.9
Decimal4838399
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.74:1
Text on #FFFFFF
FAIL
12.04:1
Text on #000000
AAA
1.67:1
Text on #F8FAFC
FAIL
10.24:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49D3FF;
}
.text-color {
color: #49D3FF;
}
.border-color {
border: 2px solid #49D3FF;
}