#D350C5
A medium, moderate magenta closely aligning with Orchid.
About #D350C5
Visually, #D350C5 is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Orchid. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 80, and 197.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 62% Magenta, 7% Yellow, and 17% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D350C5
RGB211, 80, 197
HSL306.4°, 59.8%, 57.1%
CMYK0%, 62%, 7%, 17%
HSV306.4°, 62.1%, 82.7%
LAB55.7, 65.0, -35.9
XYZ39.8, 23.6, 55.3
Decimal13848773
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.67:1
Text on #FFFFFF
AA Large
5.72:1
Text on #000000
AA
3.51:1
Text on #F8FAFC
AA Large
4.87:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D350C5;
}
.text-color {
color: #D350C5;
}
.border-color {
border: 2px solid #D350C5;
}