#D342FF
A light, vivid magenta closely aligning with Darkviolet.
About #D342FF
The hex code #D342FF represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Darkviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 66, and 255.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 17% C, 74% M, 0% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D342FF
RGB211, 66, 255
HSL286.0°, 100.0%, 62.9%
CMYK17%, 74%, 0%, 0%
HSV286.0°, 74.1%, 100.0%
LAB57.0, 80.2, -66.5
XYZ46.9, 25.0, 97.0
Decimal13845247
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.50:1
Text on #FFFFFF
AA Large
5.99:1
Text on #000000
AA
3.35:1
Text on #F8FAFC
AA Large
5.09:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D342FF;
}
.text-color {
color: #D342FF;
}
.border-color {
border: 2px solid #D342FF;
}