#F86DA8
A light, vivid magenta closely aligning with Hotpink.
About #F86DA8
The hex code #F86DA8 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Hotpink. This translates to an RGB value of rgb(248, 109, 168).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 56% Magenta, 32% Yellow, and 3% Black. The HSL representation is 334.5° hue, 90.8% saturation, and 70.0% lightness.
Contrast ratios determine whether this color is safe for typography. 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#F86DA8
RGB248, 109, 168
HSL334.5°, 90.8%, 70.0%
CMYK0%, 56%, 32%, 3%
HSV334.5°, 56.0%, 97.3%
LAB64.7, 58.9, -5.0
XYZ51.2, 33.7, 40.9
Decimal16281000
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.71:1
Text on #FFFFFF
FAIL
7.74:1
Text on #000000
AAA
2.59:1
Text on #F8FAFC
FAIL
6.58:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F86DA8;
}
.text-color {
color: #F86DA8;
}
.border-color {
border: 2px solid #F86DA8;
}