#757CD3
A light, moderate blue closely aligning with Cornflowerblue.
About #757CD3
At its core, #757CD3 is a light and moderate hue. Its closest recognized web color is Cornflowerblue. This translates to an RGB value of rgb(117, 124, 211).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 45% Cyan, 41% Magenta, 0% Yellow, and 17% Black. The HSL representation is 235.5° hue, 51.6% saturation, and 64.3% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#757CD3
RGB117, 124, 211
HSL235.5°, 51.6%, 64.3%
CMYK45%, 41%, 0%, 17%
HSV235.5°, 44.5%, 82.7%
LAB55.0, 19.9, -45.7
XYZ26.3, 22.9, 64.7
Decimal7699667
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.76:1
Text on #FFFFFF
AA Large
5.58:1
Text on #000000
AA
3.60:1
Text on #F8FAFC
AA Large
4.74:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #757CD3;
}
.text-color {
color: #757CD3;
}
.border-color {
border: 2px solid #757CD3;
}