#F87CBD
A light, vivid magenta closely aligning with Hotpink.
About #F87CBD
The precise color #F87CBD is an excellent choice for modern design projects. Its closest recognized web color is Hotpink. This translates to an RGB value of rgb(248, 124, 189).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 50% M, 24% Y, and 3% K. The HSL representation is 328.5° hue, 89.9% saturation, and 72.9% lightness.
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#F87CBD
RGB248, 124, 189
HSL328.5°, 89.9%, 72.9%
CMYK0%, 50%, 24%, 3%
HSV328.5°, 50.0%, 97.3%
LAB68.1, 54.6, -12.0
XYZ55.1, 38.0, 52.6
Decimal16284861
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.44:1
Text on #FFFFFF
FAIL
8.61:1
Text on #000000
AAA
2.33:1
Text on #F8FAFC
FAIL
7.32:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F87CBD;
}
.text-color {
color: #F87CBD;
}
.border-color {
border: 2px solid #F87CBD;
}