#E95FD3
A light, vivid magenta closely aligning with Orchid.
About #E95FD3
When working with digital screens, the color #E95FD3 is rendered by mixing light. It is closely associated with the named CSS color Orchid. Its digital footprint relies on 233 parts red, 95 parts green, and 211 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 59% magenta inks. The HSL representation is 309.6° hue, 75.8% saturation, and 64.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light 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#E95FD3
RGB233, 95, 211
HSL309.6°, 75.8%, 64.3%
CMYK0%, 59%, 9%, 9%
HSV309.6°, 59.2%, 91.4%
LAB61.8, 66.7, -34.1
XYZ49.5, 30.2, 64.9
Decimal15294419
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.98:1
Text on #FFFFFF
FAIL
7.04:1
Text on #000000
AAA
2.85:1
Text on #F8FAFC
FAIL
5.99:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E95FD3;
}
.text-color {
color: #E95FD3;
}
.border-color {
border: 2px solid #E95FD3;
}