#F857F0
A light, vivid magenta closely aligning with Mediumorchid.
About #F857F0
When working with digital screens, the color #F857F0 is rendered by mixing light. Its closest recognized web color is Mediumorchid. This translates to an RGB value of rgb(248, 87, 240).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 65% magenta inks. The HSL representation is 303.0° hue, 92.0% saturation, and 65.7% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F857F0
RGB248, 87, 240
HSL303.0°, 92.0%, 65.7%
CMYK0%, 65%, 3%, 3%
HSV303.0°, 64.9%, 97.3%
LAB64.2, 78.0, -46.4
XYZ57.8, 33.1, 85.8
Decimal16275440
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.76:1
Text on #FFFFFF
FAIL
7.61:1
Text on #000000
AAA
2.64:1
Text on #F8FAFC
FAIL
6.47:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F857F0;
}
.text-color {
color: #F857F0;
}
.border-color {
border: 2px solid #F857F0;
}