#F857B6
A light, vivid magenta closely aligning with Hotpink.
About #F857B6
At its core, #F857B6 is a light and vivid hue. Designers often compare it to the standard color Hotpink. Its digital footprint relies on 248 parts red, 87 parts green, and 182 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 65% M, 27% Y, and 3% K. The HSL representation is 324.6° hue, 92.0% saturation, and 65.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F857B6
RGB248, 87, 182
HSL324.6°, 92.0%, 65.7%
CMYK0%, 65%, 27%, 3%
HSV324.6°, 64.9%, 97.3%
LAB61.8, 69.9, -17.5
XYZ50.6, 30.2, 47.4
Decimal16275382
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.99:1
Text on #FFFFFF
FAIL
7.03:1
Text on #000000
AAA
2.86:1
Text on #F8FAFC
FAIL
5.98:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F857B6;
}
.text-color {
color: #F857B6;
}
.border-color {
border: 2px solid #F857B6;
}