#E95FC5
A light, vivid magenta closely aligning with Orchid.
About #E95FC5
Visually, #E95FC5 is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Orchid. This translates to an RGB value of rgb(233, 95, 197).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 59% Magenta, 15% Yellow, and 9% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E95FC5
RGB233, 95, 197
HSL315.7°, 75.8%, 64.3%
CMYK0%, 59%, 15%, 9%
HSV315.7°, 59.2%, 91.4%
LAB61.3, 64.6, -27.0
XYZ47.8, 29.5, 56.0
Decimal15294405
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.04:1
Text on #FFFFFF
AA Large
6.91:1
Text on #000000
AA
2.91:1
Text on #F8FAFC
FAIL
5.87:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E95FC5;
}
.text-color {
color: #E95FC5;
}
.border-color {
border: 2px solid #E95FC5;
}