#D342F0
A light, vivid magenta closely aligning with Darkorchid.
About #D342F0
Visually, #D342F0 is defined as a vivid magenta. Designers often compare it to the standard color Darkorchid. This translates to an RGB value of rgb(211, 66, 240).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 12% cyan and 72% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D342F0
RGB211, 66, 240
HSL290.0°, 85.3%, 60.0%
CMYK12%, 72%, 0%, 6%
HSV290.0°, 72.5%, 94.1%
LAB56.1, 77.5, -59.6
XYZ44.5, 24.0, 84.7
Decimal13845232
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.62:1
Text on #FFFFFF
AA Large
5.81:1
Text on #000000
AA
3.46:1
Text on #F8FAFC
AA Large
4.94:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D342F0;
}
.text-color {
color: #D342F0;
}
.border-color {
border: 2px solid #D342F0;
}