#F86DF8
A light, vivid magenta closely aligning with Violet.
About #F86DF8
The precise color #F86DF8 is an excellent choice for modern design projects. Designers often compare it to the standard color Violet. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 109, and 248.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 56% Magenta, 0% Yellow, and 3% Black. 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. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F86DF8
RGB248, 109, 248
HSL300.0°, 90.8%, 70.0%
CMYK0%, 56%, 0%, 3%
HSV300.0°, 56.0%, 97.3%
LAB67.8, 70.5, -45.2
XYZ61.1, 37.7, 92.9
Decimal16281080
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.46:1
Text on #FFFFFF
FAIL
8.53:1
Text on #000000
AAA
2.35:1
Text on #F8FAFC
FAIL
7.26:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F86DF8;
}
.text-color {
color: #F86DF8;
}
.border-color {
border: 2px solid #F86DF8;
}