#D324A0
A medium, vivid magenta closely aligning with Mediumvioletred.
About #D324A0
When working with digital screens, the color #D324A0 is rendered by mixing light. It is closely associated with the named CSS color Mediumvioletred. This translates to an RGB value of rgb(211, 36, 160).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 83% Magenta, 24% Yellow, and 17% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D324A0
RGB211, 36, 160
HSL317.5°, 70.9%, 48.4%
CMYK0%, 83%, 24%, 17%
HSV317.5°, 82.9%, 82.7%
LAB49.1, 73.9, -24.7
XYZ33.8, 17.6, 34.9
Decimal13837472
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.64:1
Text on #FFFFFF
AA
4.53:1
Text on #000000
AA
4.43:1
Text on #F8FAFC
AA Large
3.85:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D324A0;
}
.text-color {
color: #D324A0;
}
.border-color {
border: 2px solid #D324A0;
}