#D357C5
A medium, moderate magenta closely aligning with Orchid.
About #D357C5
The hex code #D357C5 represents a beautifully specific shade of magenta. Its closest recognized web color is Orchid. In the RGB color space, it consists of 211 red, 87 green, and 197 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 59% magenta, 7% yellow, and 17% black. The HSL representation is 306.8° hue, 58.5% saturation, and 58.4% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#D357C5
RGB211, 87, 197
HSL306.8°, 58.5%, 58.4%
CMYK0%, 59%, 7%, 17%
HSV306.8°, 58.8%, 82.7%
LAB56.8, 62.1, -34.2
XYZ40.4, 24.7, 55.5
Decimal13850565
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.54:1
Text on #FFFFFF
AA Large
5.94:1
Text on #000000
AA
3.38:1
Text on #F8FAFC
AA Large
5.05:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D357C5;
}
.text-color {
color: #D357C5;
}
.border-color {
border: 2px solid #D357C5;
}