#5F6DD3
A light, moderate blue closely aligning with Royalblue.
About #5F6DD3
The hex code #5F6DD3 represents a beautifully specific shade of blue. Its closest recognized web color is Royalblue. This translates to an RGB value of rgb(95, 109, 211).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 55% cyan and 48% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F6DD3
RGB95, 109, 211
HSL232.8°, 56.9%, 60.0%
CMYK55%, 48%, 0%, 17%
HSV232.8°, 55.0%, 82.7%
LAB49.6, 24.0, -54.4
XYZ21.9, 18.1, 64.0
Decimal6254035
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.55:1
Text on #FFFFFF
AA
4.61:1
Text on #000000
AA
4.35:1
Text on #F8FAFC
AA Large
3.92:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F6DD3;
}
.text-color {
color: #5F6DD3;
}
.border-color {
border: 2px solid #5F6DD3;
}