#D357FF
A light, vivid purple closely aligning with Darkorchid.
About #D357FF
Visually, #D357FF is defined as a vivid purple. Its closest recognized web color is Darkorchid. This translates to an RGB value of rgb(211, 87, 255).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 17% cyan and 66% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 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#D357FF
RGB211, 87, 255
HSL284.3°, 100.0%, 67.1%
CMYK17%, 66%, 0%, 0%
HSV284.3°, 65.9%, 100.0%
LAB59.8, 72.4, -62.1
XYZ48.3, 27.9, 97.4
Decimal13850623
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.19:1
Text on #FFFFFF
AA Large
6.58:1
Text on #000000
AA
3.05:1
Text on #F8FAFC
AA Large
5.59:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D357FF;
}
.text-color {
color: #D357FF;
}
.border-color {
border: 2px solid #D357FF;
}