#F87CF8
A light, vivid magenta closely aligning with Violet.
About #F87CF8
Visually, #F87CF8 is defined as a vivid magenta. It is closely associated with the named CSS color Violet. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 124, and 248.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 50% Magenta, 0% Yellow, and 3% Black. The HSL representation is 300.0° hue, 89.9% saturation, and 72.9% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F87CF8
RGB248, 124, 248
HSL300.0°, 89.9%, 72.9%
CMYK0%, 50%, 0%, 3%
HSV300.0°, 50.0%, 97.3%
LAB70.3, 63.7, -41.3
XYZ62.9, 41.1, 93.4
Decimal16284920
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.28:1
Text on #FFFFFF
FAIL
9.23:1
Text on #000000
AAA
2.17:1
Text on #F8FAFC
FAIL
7.85:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F87CF8;
}
.text-color {
color: #F87CF8;
}
.border-color {
border: 2px solid #F87CF8;
}