#F86683
A light, vivid red closely aligning with Lightcoral.
About #F86683
At its core, #F86683 is a light and vivid hue. Its closest recognized web color is Lightcoral. This translates to an RGB value of rgb(248, 102, 131).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 59% M, 47% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F86683
RGB248, 102, 131
HSL348.1°, 91.3%, 68.6%
CMYK0%, 59%, 47%, 3%
HSV348.1°, 58.9%, 97.3%
LAB62.6, 58.2, 13.1
XYZ47.6, 31.1, 25.0
Decimal16279171
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.91:1
Text on #FFFFFF
FAIL
7.22:1
Text on #000000
AAA
2.78:1
Text on #F8FAFC
FAIL
6.14:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F86683;
}
.text-color {
color: #F86683;
}
.border-color {
border: 2px solid #F86683;
}