#F857FF
A light, vivid magenta closely aligning with Fuchsia.
About #F857FF
The hex code #F857FF represents a beautifully specific shade of magenta. Designers often compare it to the standard color Fuchsia. This translates to an RGB value of rgb(248, 87, 255).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 3% C, 66% M, 0% Y, and 0% K. With a hue angle of 297.5 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F857FF
RGB248, 87, 255
HSL297.5°, 100.0%, 67.1%
CMYK3%, 66%, 0%, 0%
HSV297.5°, 65.9%, 100.0%
LAB65.0, 80.4, -53.5
XYZ60.2, 34.0, 98.0
Decimal16275455
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.69:1
Text on #FFFFFF
FAIL
7.80:1
Text on #000000
AAA
2.57:1
Text on #F8FAFC
FAIL
6.63:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F857FF;
}
.text-color {
color: #F857FF;
}
.border-color {
border: 2px solid #F857FF;
}