#FF0FF8
A medium, vivid magenta closely aligning with Fuchsia.
About #FF0FF8
When working with digital screens, the color #FF0FF8 is rendered by mixing light. Designers often compare it to the standard color Fuchsia. In the RGB color space, it consists of 255 red, 15 green, and 248 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 94% magenta inks. The HSL representation is 301.8° hue, 100.0% saturation, and 52.9% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#FF0FF8
RGB255, 15, 248
HSL301.8°, 100.0%, 52.9%
CMYK0%, 94%, 3%, 0%
HSV301.8°, 94.1%, 100.0%
LAB60.2, 96.4, -57.1
XYZ58.4, 28.4, 91.2
Decimal16715768
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.15:1
Text on #FFFFFF
AA Large
6.68:1
Text on #000000
AA
3.01:1
Text on #F8FAFC
AA Large
5.68:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF0FF8;
}
.text-color {
color: #FF0FF8;
}
.border-color {
border: 2px solid #FF0FF8;
}