#E25FDB
A light, moderate magenta closely aligning with Orchid.
About #E25FDB
Visually, #E25FDB is defined as a moderate magenta. 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 226, 95, and 219.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 58% Magenta, 3% Yellow, and 11% Black. With a hue angle of 303.2 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E25FDB
RGB226, 95, 219
HSL303.2°, 69.3%, 62.9%
CMYK0%, 58%, 3%, 11%
HSV303.2°, 58.0%, 88.6%
LAB61.2, 66.1, -39.7
XYZ48.2, 29.5, 70.2
Decimal14835675
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.05:1
Text on #FFFFFF
AA Large
6.89:1
Text on #000000
AA
2.91:1
Text on #F8FAFC
FAIL
5.86:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E25FDB;
}
.text-color {
color: #E25FDB;
}
.border-color {
border: 2px solid #E25FDB;
}