#D35FF0
A light, vivid magenta closely aligning with Mediumorchid.
About #D35FF0
Visually, #D35FF0 is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Mediumorchid. This translates to an RGB value of rgb(211, 95, 240).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 12% cyan and 60% magenta inks. The HSL representation is 288.0° hue, 82.9% saturation, and 65.7% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D35FF0
RGB211, 95, 240
HSL288.0°, 82.9%, 65.7%
CMYK12%, 60%, 0%, 6%
HSV288.0°, 60.4%, 94.1%
LAB60.2, 66.1, -53.1
XYZ46.7, 28.3, 85.4
Decimal13852656
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.15:1
Text on #FFFFFF
AA Large
6.66:1
Text on #000000
AA
3.01:1
Text on #F8FAFC
AA Large
5.67:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D35FF0;
}
.text-color {
color: #D35FF0;
}
.border-color {
border: 2px solid #D35FF0;
}