#F86DAF
A light, vivid magenta closely aligning with Hotpink.
About #F86DAF
At its core, #F86DAF is a light and vivid hue. Its closest recognized web color is Hotpink. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 109, and 175.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 56% magenta, 29% yellow, and 3% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light 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#F86DAF
RGB248, 109, 175
HSL331.5°, 90.8%, 70.0%
CMYK0%, 56%, 29%, 3%
HSV331.5°, 56.0%, 97.3%
LAB65.0, 59.8, -8.7
XYZ51.9, 34.0, 44.4
Decimal16281007
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.69:1
Text on #FFFFFF
FAIL
7.80:1
Text on #000000
AAA
2.57:1
Text on #F8FAFC
FAIL
6.63:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F86DAF;
}
.text-color {
color: #F86DAF;
}
.border-color {
border: 2px solid #F86DAF;
}