#E957BD
A light, vivid magenta closely aligning with Orchid.
About #E957BD
At its core, #E957BD is a light and vivid hue. It is closely associated with the named CSS color Orchid. In the RGB color space, it consists of 233 red, 87 green, and 189 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 63% M, 19% Y, and 9% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E957BD
RGB233, 87, 189
HSL318.1°, 76.8%, 62.7%
CMYK0%, 63%, 19%, 9%
HSV318.1°, 62.7%, 91.4%
LAB59.7, 66.7, -24.8
XYZ46.2, 27.8, 51.1
Decimal15292349
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.20:1
Text on #FFFFFF
AA Large
6.56:1
Text on #000000
AA
3.06:1
Text on #F8FAFC
AA Large
5.58:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E957BD;
}
.text-color {
color: #E957BD;
}
.border-color {
border: 2px solid #E957BD;
}