#F875FF
A light, vivid magenta closely aligning with Violet.
About #F875FF
The precise color #F875FF is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Violet. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 117, and 255.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 3% C, 54% M, 0% Y, and 0% K. The HSL representation is 297.0° hue, 100.0% saturation, and 72.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#F875FF
RGB248, 117, 255
HSL297.0°, 100.0%, 72.9%
CMYK3%, 54%, 0%, 0%
HSV297.0°, 54.1%, 100.0%
LAB69.4, 68.1, -46.5
XYZ63.1, 39.9, 99.0
Decimal16283135
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.34:1
Text on #FFFFFF
FAIL
8.98:1
Text on #000000
AAA
2.24:1
Text on #F8FAFC
FAIL
7.63:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F875FF;
}
.text-color {
color: #F875FF;
}
.border-color {
border: 2px solid #F875FF;
}