#FF07F8
A medium, vivid magenta closely aligning with Fuchsia.
About #FF07F8
The hex code #FF07F8 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Fuchsia. This translates to an RGB value of rgb(255, 7, 248).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 97% Magenta, 3% Yellow, and 0% Black. The HSL representation is 301.7° hue, 100.0% saturation, and 51.4% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF07F8
RGB255, 7, 248
HSL301.7°, 100.0%, 51.4%
CMYK0%, 97%, 3%, 0%
HSV301.7°, 97.3%, 100.0%
LAB60.1, 96.9, -57.4
XYZ58.3, 28.2, 91.2
Decimal16713720
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.16:1
Text on #FFFFFF
AA Large
6.64:1
Text on #000000
AA
3.02:1
Text on #F8FAFC
AA Large
5.64:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF07F8;
}
.text-color {
color: #FF07F8;
}
.border-color {
border: 2px solid #FF07F8;
}