#F86D8A
A light, vivid red closely aligning with Palevioletred.
About #F86D8A
At its core, #F86D8A is a light and vivid hue. Its closest recognized web color is Palevioletred. Its digital footprint relies on 248 parts red, 109 parts green, and 138 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 56% M, 44% Y, and 3% K. With a hue angle of 347.5 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F86D8A
RGB248, 109, 138
HSL347.5°, 90.8%, 70.0%
CMYK0%, 56%, 44%, 3%
HSV347.5°, 56.0%, 97.3%
LAB63.9, 55.7, 11.0
XYZ48.8, 32.7, 27.8
Decimal16280970
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.78:1
Text on #FFFFFF
FAIL
7.55:1
Text on #000000
AAA
2.66:1
Text on #F8FAFC
FAIL
6.41:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F86D8A;
}
.text-color {
color: #F86D8A;
}
.border-color {
border: 2px solid #F86D8A;
}