#D357BD
A medium, moderate magenta closely aligning with Orchid.
About #D357BD
Visually, #D357BD 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, 87, and 189.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 59% Magenta, 10% Yellow, and 17% Black. 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D357BD
RGB211, 87, 189
HSL310.6°, 58.5%, 58.4%
CMYK0%, 59%, 10%, 17%
HSV310.6°, 58.8%, 82.7%
LAB56.4, 60.8, -30.2
XYZ39.5, 24.3, 50.8
Decimal13850557
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.58:1
Text on #FFFFFF
AA Large
5.87:1
Text on #000000
AA
3.42:1
Text on #F8FAFC
AA Large
4.99:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D357BD;
}
.text-color {
color: #D357BD;
}
.border-color {
border: 2px solid #D357BD;
}