#FF07CC
A medium, vivid magenta closely aligning with Fuchsia.
About #FF07CC
The hex code #FF07CC represents a beautifully specific shade of magenta. Designers often compare it to the standard color Fuchsia. Its digital footprint relies on 255 parts red, 7 parts green, and 204 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 97% magenta, 20% 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#FF07CC
RGB255, 7, 204
HSL312.3°, 100.0%, 51.4%
CMYK0%, 97%, 20%, 0%
HSV312.3°, 97.3%, 100.0%
LAB57.8, 91.3, -36.1
XYZ52.2, 25.8, 59.3
Decimal16713676
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.41:1
Text on #FFFFFF
AA Large
6.15:1
Text on #000000
AA
3.26:1
Text on #F8FAFC
AA Large
5.23:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF07CC;
}
.text-color {
color: #FF07CC;
}
.border-color {
border: 2px solid #FF07CC;
}