#F87CE2
A light, vivid magenta closely aligning with Violet.
About #F87CE2
Visually, #F87CE2 is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Violet. This translates to an RGB value of rgb(248, 124, 226).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 50% magenta inks. The HSL representation is 310.6° hue, 89.9% saturation, and 72.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F87CE2
RGB248, 124, 226
HSL310.6°, 89.9%, 72.9%
CMYK0%, 50%, 9%, 3%
HSV310.6°, 50.0%, 97.3%
LAB69.4, 60.1, -30.6
XYZ59.6, 39.9, 76.5
Decimal16284898
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.34:1
Text on #FFFFFF
FAIL
8.97:1
Text on #000000
AAA
2.24:1
Text on #F8FAFC
FAIL
7.63:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F87CE2;
}
.text-color {
color: #F87CE2;
}
.border-color {
border: 2px solid #F87CE2;
}