#756DD3
A light, moderate blue closely aligning with Mediumpurple.
About #756DD3
At its core, #756DD3 is a light and moderate hue. Its closest recognized web color is Mediumpurple. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 109, and 211.
Translating this color to physical media requires the CMYK color model. The color uses 45% Cyan, 48% Magenta, 0% Yellow, and 17% Black. With a hue angle of 244.7 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#756DD3
RGB117, 109, 211
HSL244.7°, 53.7%, 62.7%
CMYK45%, 48%, 0%, 17%
HSV244.7°, 48.3%, 82.7%
LAB51.2, 28.9, -51.8
XYZ24.6, 19.4, 64.1
Decimal7695827
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.30:1
Text on #FFFFFF
AA Large
4.88:1
Text on #000000
AA
4.11:1
Text on #F8FAFC
AA Large
4.15:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #756DD3;
}
.text-color {
color: #756DD3;
}
.border-color {
border: 2px solid #756DD3;
}