#F86DCC
A light, vivid magenta closely aligning with Hotpink.
About #F86DCC
At its core, #F86DCC is a light and vivid hue. It is closely associated with the named CSS color Hotpink. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 109, and 204.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 56% M, 18% Y, and 3% K. The HSL representation is 319.0° hue, 90.8% saturation, and 70.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F86DCC
RGB248, 109, 204
HSL319.0°, 90.8%, 70.0%
CMYK0%, 56%, 18%, 3%
HSV319.0°, 56.0%, 97.3%
LAB65.9, 63.6, -23.6
XYZ55.1, 35.3, 61.0
Decimal16281036
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.61:1
Text on #FFFFFF
FAIL
8.05:1
Text on #000000
AAA
2.49:1
Text on #F8FAFC
FAIL
6.84:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F86DCC;
}
.text-color {
color: #F86DCC;
}
.border-color {
border: 2px solid #F86DCC;
}