#F86DF0
A light, vivid magenta closely aligning with Violet.
About #F86DF0
Visually, #F86DF0 is defined as a vivid magenta. Its closest recognized web color is Violet. This translates to an RGB value of rgb(248, 109, 240).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 56% magenta, 3% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F86DF0
RGB248, 109, 240
HSL303.5°, 90.8%, 70.0%
CMYK0%, 56%, 3%, 3%
HSV303.5°, 56.0%, 97.3%
LAB67.4, 69.1, -41.4
XYZ59.9, 37.2, 86.5
Decimal16281072
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.49:1
Text on #FFFFFF
FAIL
8.44:1
Text on #000000
AAA
2.38:1
Text on #F8FAFC
FAIL
7.17:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F86DF0;
}
.text-color {
color: #F86DF0;
}
.border-color {
border: 2px solid #F86DF0;
}