#6D7CE9
A light, vivid blue closely aligning with Royalblue.
About #6D7CE9
The hex code #6D7CE9 represents a beautifully specific shade of blue. Its closest recognized web color is Royalblue. This translates to an RGB value of rgb(109, 124, 233).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 53% cyan and 47% magenta inks. Always request a physical proof before doing a large print run with this exact code.
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#6D7CE9
RGB109, 124, 233
HSL232.7°, 73.8%, 67.1%
CMYK53%, 47%, 0%, 9%
HSV232.7°, 53.2%, 91.4%
LAB55.6, 24.8, -57.1
XYZ28.2, 23.5, 80.1
Decimal7175401
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.68:1
Text on #FFFFFF
AA Large
5.71:1
Text on #000000
AA
3.52:1
Text on #F8FAFC
AA Large
4.85:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #6D7CE9;
}
.text-color {
color: #6D7CE9;
}
.border-color {
border: 2px solid #6D7CE9;
}