#5F6DDB
A light, moderate blue closely aligning with Royalblue.
About #5F6DDB
The precise color #5F6DDB is an excellent choice for modern design projects. Its closest recognized web color is Royalblue. In the RGB color space, it consists of 95 red, 109 green, and 219 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 57% cyan, 50% magenta, 0% yellow, and 14% black. The HSL representation is 233.2° hue, 63.3% saturation, and 61.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5F6DDB
RGB95, 109, 219
HSL233.2°, 63.3%, 61.6%
CMYK57%, 50%, 0%, 14%
HSV233.2°, 56.6%, 85.9%
LAB50.1, 26.6, -58.2
XYZ23.0, 18.5, 69.4
Decimal6254043
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.47:1
Text on #FFFFFF
AA Large
4.70:1
Text on #000000
AA
4.27:1
Text on #F8FAFC
AA Large
3.99:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F6DDB;
}
.text-color {
color: #5F6DDB;
}
.border-color {
border: 2px solid #5F6DDB;
}