#F86DB6
A light, vivid magenta closely aligning with Hotpink.
About #F86DB6
At its core, #F86DB6 is a light and vivid hue. It is closely associated with the named CSS color Hotpink. Its digital footprint relies on 248 parts red, 109 parts green, and 182 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 56% M, 27% Y, and 3% K. 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F86DB6
RGB248, 109, 182
HSL328.5°, 90.8%, 70.0%
CMYK0%, 56%, 27%, 3%
HSV328.5°, 56.0%, 97.3%
LAB65.2, 60.7, -12.4
XYZ52.6, 34.3, 48.1
Decimal16281014
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.67:1
Text on #FFFFFF
FAIL
7.85:1
Text on #000000
AAA
2.56:1
Text on #F8FAFC
FAIL
6.68:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F86DB6;
}
.text-color {
color: #F86DB6;
}
.border-color {
border: 2px solid #F86DB6;
}