#D3507C
A medium, moderate magenta closely aligning with Palevioletred.
About #D3507C
The hex code #D3507C represents a beautifully specific shade of magenta. Its closest recognized web color is Palevioletred. This translates to an RGB value of rgb(211, 80, 124).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 62% magenta inks. The HSL representation is 339.8° hue, 59.8% saturation, and 57.1% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D3507C
RGB211, 80, 124
HSL339.8°, 59.8%, 57.1%
CMYK0%, 62%, 41%, 17%
HSV339.8°, 62.1%, 82.7%
LAB53.0, 55.3, 2.7
XYZ33.4, 21.0, 21.4
Decimal13848700
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.03:1
Text on #FFFFFF
AA Large
5.21:1
Text on #000000
AA
3.85:1
Text on #F8FAFC
AA Large
4.43:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D3507C;
}
.text-color {
color: #D3507C;
}
.border-color {
border: 2px solid #D3507C;
}