#4942F8
A light, vivid blue closely aligning with Blueviolet.
About #4942F8
Visually, #4942F8 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Blueviolet. This translates to an RGB value of rgb(73, 66, 248).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 71% cyan, 73% magenta, 0% yellow, and 3% black. The HSL representation is 242.3° hue, 92.9% saturation, and 61.6% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#4942F8
RGB73, 66, 248
HSL242.3°, 92.9%, 61.6%
CMYK71%, 73%, 0%, 3%
HSV242.3°, 73.4%, 97.3%
LAB41.4, 58.1, -88.8
XYZ21.6, 12.1, 90.0
Decimal4801272
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.14:1
Text on #FFFFFF
AA
3.42:1
Text on #000000
AA Large
5.87:1
Text on #F8FAFC
AA
2.91:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #4942F8;
}
.text-color {
color: #4942F8;
}
.border-color {
border: 2px solid #4942F8;
}