#D324F0
A medium, vivid magenta closely aligning with Fuchsia.
About #D324F0
The hex code #D324F0 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Fuchsia. This translates to an RGB value of rgb(211, 36, 240).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 12% C, 85% M, 0% Y, and 6% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D324F0
RGB211, 36, 240
HSL291.5°, 87.2%, 54.1%
CMYK12%, 85%, 0%, 6%
HSV291.5°, 85.0%, 94.1%
LAB53.4, 85.4, -64.0
XYZ43.2, 21.4, 84.3
Decimal13837552
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.98:1
Text on #FFFFFF
AA Large
5.28:1
Text on #000000
AA
3.80:1
Text on #F8FAFC
AA Large
4.49:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D324F0;
}
.text-color {
color: #D324F0;
}
.border-color {
border: 2px solid #D324F0;
}