#E207F0
A medium, vivid magenta closely aligning with Fuchsia.
About #E207F0
Visually, #E207F0 is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Fuchsia. This translates to an RGB value of rgb(226, 7, 240).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 6% cyan and 97% magenta inks. The HSL representation is 296.4° hue, 94.3% saturation, and 48.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium 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#E207F0
RGB226, 7, 240
HSL296.4°, 94.3%, 48.4%
CMYK6%, 97%, 0%, 6%
HSV296.4°, 97.1%, 94.1%
LAB54.7, 91.2, -61.8
XYZ47.2, 22.6, 84.3
Decimal14813168
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.80:1
Text on #FFFFFF
AA Large
5.52:1
Text on #000000
AA
3.63:1
Text on #F8FAFC
AA Large
4.69:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E207F0;
}
.text-color {
color: #E207F0;
}
.border-color {
border: 2px solid #E207F0;
}