#FF00FF
A medium, vivid magenta closely aligning with Fuchsia.
About #FF00FF
When working with digital screens, the color #FF00FF is rendered by mixing light. Its closest recognized web color is Fuchsia. This translates to an RGB value of rgb(255, 0, 255).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 100% magenta, 0% yellow, and 0% black. The HSL representation is 300.0° hue, 100.0% saturation, and 50.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#FF00FF
RGB255, 0, 255
HSL300.0°, 100.0%, 50.0%
CMYK0%, 100%, 0%, 0%
HSV300.0°, 100.0%, 100.0%
LAB60.3, 98.3, -60.8
XYZ59.3, 28.5, 97.0
Decimal16711935
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.14:1
Text on #FFFFFF
AA Large
6.70:1
Text on #000000
AA
3.00:1
Text on #F8FAFC
FAIL
5.69:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF00FF;
}
.text-color {
color: #FF00FF;
}
.border-color {
border: 2px solid #FF00FF;
}