#4249F8
A light, vivid blue closely aligning with Blueviolet.
About #4249F8
Visually, #4249F8 is defined as a vivid blue. Its closest recognized web color is Blueviolet. In the RGB color space, it consists of 66 red, 73 green, and 248 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 73% cyan, 71% magenta, 0% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#4249F8
RGB66, 73, 248
HSL237.7°, 92.9%, 61.6%
CMYK73%, 71%, 0%, 3%
HSV237.7°, 73.4%, 97.3%
LAB42.3, 53.7, -87.2
XYZ21.6, 12.7, 90.1
Decimal4344312
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.93:1
Text on #FFFFFF
AA
3.54:1
Text on #000000
AA Large
5.67:1
Text on #F8FAFC
AA
3.01:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #4249F8;
}
.text-color {
color: #4249F8;
}
.border-color {
border: 2px solid #4249F8;
}