#D357D3
A medium, moderate magenta closely aligning with Mediumorchid.
About #D357D3
Visually, #D357D3 is defined as a moderate magenta. It is closely associated with the named CSS color Mediumorchid. This translates to an RGB value of rgb(211, 87, 211).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 59% M, 0% Y, and 17% K. The HSL representation is 300.0° hue, 58.5% saturation, and 58.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#D357D3
RGB211, 87, 211
HSL300.0°, 58.5%, 58.4%
CMYK0%, 59%, 0%, 17%
HSV300.0°, 58.8%, 82.7%
LAB57.4, 64.4, -41.2
XYZ42.0, 25.4, 64.3
Decimal13850579
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.46:1
Text on #FFFFFF
AA Large
6.07:1
Text on #000000
AA
3.30:1
Text on #F8FAFC
AA Large
5.16:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D357D3;
}
.text-color {
color: #D357D3;
}
.border-color {
border: 2px solid #D357D3;
}