#4249FF
A light, vivid blue closely aligning with Blueviolet.
About #4249FF
When working with digital screens, the color #4249FF is rendered by mixing light. If you're using CSS, you might find it aligns closely with Blueviolet. In the RGB color space, it consists of 66 red, 73 green, and 255 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 74% Cyan, 71% Magenta, 0% Yellow, and 0% Black. With a hue angle of 237.8 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#4249FF
RGB66, 73, 255
HSL237.8°, 100.0%, 62.9%
CMYK74%, 71%, 0%, 0%
HSV237.8°, 74.1%, 100.0%
LAB43.0, 55.9, -90.1
XYZ22.7, 13.1, 95.9
Decimal4344319
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.79:1
Text on #FFFFFF
AA
3.63:1
Text on #000000
AA Large
5.53:1
Text on #F8FAFC
AA
3.08:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #4249FF;
}
.text-color {
color: #4249FF;
}
.border-color {
border: 2px solid #4249FF;
}