#E95FDB
A light, vivid magenta closely aligning with Orchid.
About #E95FDB
Visually, #E95FDB is defined as a vivid magenta. Designers often compare it to the standard color Orchid. This translates to an RGB value of rgb(233, 95, 219).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 59% M, 6% Y, and 9% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#E95FDB
RGB233, 95, 219
HSL306.1°, 75.8%, 64.3%
CMYK0%, 59%, 6%, 9%
HSV306.1°, 59.2%, 91.4%
LAB62.2, 67.9, -38.0
XYZ50.5, 30.6, 70.3
Decimal15294427
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.95:1
Text on #FFFFFF
FAIL
7.12:1
Text on #000000
AAA
2.82:1
Text on #F8FAFC
FAIL
6.06:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E95FDB;
}
.text-color {
color: #E95FDB;
}
.border-color {
border: 2px solid #E95FDB;
}