#F86D99
A light, vivid magenta closely aligning with Palevioletred.
About #F86D99
When working with digital screens, the color #F86D99 is rendered by mixing light. Its closest recognized web color is Palevioletred. In the RGB color space, it consists of 248 red, 109 green, and 153 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 56% Magenta, 38% Yellow, and 3% Black. With a hue angle of 341.0 degrees, it sits comfortably in the magenta spectrum.
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#F86D99
RGB248, 109, 153
HSL341.0°, 90.8%, 70.0%
CMYK0%, 56%, 38%, 3%
HSV341.0°, 56.0%, 97.3%
LAB64.3, 57.2, 2.9
XYZ49.9, 33.2, 33.9
Decimal16280985
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.75:1
Text on #FFFFFF
FAIL
7.64:1
Text on #000000
AAA
2.63:1
Text on #F8FAFC
FAIL
6.49:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F86D99;
}
.text-color {
color: #F86D99;
}
.border-color {
border: 2px solid #F86D99;
}