#5F7CE2
A light, moderate blue closely aligning with Royalblue.
About #5F7CE2
At its core, #5F7CE2 is a light and moderate hue. Its closest recognized web color is Royalblue. This translates to an RGB value of rgb(95, 124, 226).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 58% C, 45% M, 0% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#5F7CE2
RGB95, 124, 226
HSL226.7°, 69.3%, 62.9%
CMYK58%, 45%, 0%, 11%
HSV226.7°, 58.0%, 88.6%
LAB54.4, 19.7, -55.2
XYZ25.7, 22.3, 74.9
Decimal6257890
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.84:1
Text on #FFFFFF
AA Large
5.47:1
Text on #000000
AA
3.67:1
Text on #F8FAFC
AA Large
4.65:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5F7CE2;
}
.text-color {
color: #5F7CE2;
}
.border-color {
border: 2px solid #5F7CE2;
}