#427CD3
A medium, moderate blue closely aligning with Cornflowerblue.
About #427CD3
The hex code #427CD3 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Cornflowerblue. In the RGB color space, it consists of 66 red, 124 green, and 211 blue.
If you are designing for print, the four-color process is what matters most. The color uses 69% Cyan, 41% Magenta, 0% Yellow, and 17% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#427CD3
RGB66, 124, 211
HSL216.0°, 62.2%, 54.3%
CMYK69%, 41%, 0%, 17%
HSV216.0°, 68.7%, 82.7%
LAB52.1, 9.5, -50.4
XYZ21.2, 20.3, 64.4
Decimal4357331
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.15:1
Text on #FFFFFF
AA Large
5.06:1
Text on #000000
AA
3.97:1
Text on #F8FAFC
AA Large
4.30:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #427CD3;
}
.text-color {
color: #427CD3;
}
.border-color {
border: 2px solid #427CD3;
}