#E957C5
A light, vivid magenta closely aligning with Orchid.
About #E957C5
When working with digital screens, the color #E957C5 is rendered by mixing light. 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 233, 87, and 197.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 63% Magenta, 15% Yellow, and 9% Black. The HSL representation is 314.8° hue, 76.8% saturation, and 62.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#E957C5
RGB233, 87, 197
HSL314.8°, 76.8%, 62.7%
CMYK0%, 63%, 15%, 9%
HSV314.8°, 62.7%, 91.4%
LAB60.0, 67.9, -28.9
XYZ47.1, 28.2, 55.8
Decimal15292357
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.17:1
Text on #FFFFFF
AA Large
6.63:1
Text on #000000
AA
3.03:1
Text on #F8FAFC
AA Large
5.64:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E957C5;
}
.text-color {
color: #E957C5;
}
.border-color {
border: 2px solid #E957C5;
}