#5F6DCC
A medium, moderate blue closely aligning with Royalblue.
About #5F6DCC
The hex code #5F6DCC represents a beautifully specific shade of blue. Its closest recognized web color is Royalblue. This translates to an RGB value of rgb(95, 109, 204).
If you are designing for print, the four-color process is what matters most. The color uses 53% Cyan, 47% Magenta, 0% Yellow, and 20% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5F6DCC
RGB95, 109, 204
HSL232.3°, 51.7%, 58.6%
CMYK53%, 47%, 0%, 20%
HSV232.3°, 53.4%, 80.0%
LAB49.2, 21.8, -51.1
XYZ21.1, 17.7, 59.4
Decimal6254028
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.62:1
Text on #FFFFFF
AA
4.55:1
Text on #000000
AA
4.42:1
Text on #F8FAFC
AA Large
3.86:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F6DCC;
}
.text-color {
color: #5F6DCC;
}
.border-color {
border: 2px solid #5F6DCC;
}