#F81DF8
A medium, vivid magenta closely aligning with Fuchsia.
About #F81DF8
At its core, #F81DF8 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Fuchsia. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 29, and 248.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 88% Magenta, 0% Yellow, and 3% Black. The HSL representation is 300.0° hue, 94.0% saturation, and 54.3% lightness.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F81DF8
RGB248, 29, 248
HSL300.0°, 94.0%, 54.3%
CMYK0%, 88%, 0%, 3%
HSV300.0°, 88.3%, 97.3%
LAB59.5, 93.8, -58.3
XYZ56.1, 27.6, 91.2
Decimal16260600
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.22:1
Text on #FFFFFF
AA Large
6.52:1
Text on #000000
AA
3.08:1
Text on #F8FAFC
AA Large
5.54:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F81DF8;
}
.text-color {
color: #F81DF8;
}
.border-color {
border: 2px solid #F81DF8;
}