#5075F8
A light, vivid blue closely aligning with Royalblue.
About #5075F8
At its core, #5075F8 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Royalblue. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 117, and 248.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 68% C, 53% M, 0% Y, and 3% K. The HSL representation is 226.8° hue, 92.3% saturation, and 64.3% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5075F8
RGB80, 117, 248
HSL226.8°, 92.3%, 64.3%
CMYK68%, 53%, 0%, 3%
HSV226.8°, 67.7%, 97.3%
LAB53.2, 28.9, -69.5
XYZ26.6, 21.2, 91.5
Decimal5273080
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.01:1
Text on #FFFFFF
AA Large
5.24:1
Text on #000000
AA
3.83:1
Text on #F8FAFC
AA Large
4.46:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5075F8;
}
.text-color {
color: #5075F8;
}
.border-color {
border: 2px solid #5075F8;
}