#FF07FF
A medium, vivid magenta closely aligning with Fuchsia.
About #FF07FF
When working with digital screens, the color #FF07FF is rendered by mixing light. Its closest recognized web color is Fuchsia. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 7, and 255.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 97% Magenta, 0% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF07FF
RGB255, 7, 255
HSL300.0°, 100.0%, 51.4%
CMYK0%, 97%, 0%, 0%
HSV300.0°, 97.3%, 100.0%
LAB60.5, 97.9, -60.6
XYZ59.4, 28.6, 97.0
Decimal16713727
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.12:1
Text on #FFFFFF
AA Large
6.73:1
Text on #000000
AA
2.98:1
Text on #F8FAFC
FAIL
5.72:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF07FF;
}
.text-color {
color: #FF07FF;
}
.border-color {
border: 2px solid #FF07FF;
}