#FF2CF8
A medium, vivid magenta closely aligning with Fuchsia.
About #FF2CF8
The hex code #FF2CF8 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Fuchsia. Its digital footprint relies on 255 parts red, 44 parts green, and 248 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 83% M, 3% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF2CF8
RGB255, 44, 248
HSL302.0°, 100.0%, 58.6%
CMYK0%, 83%, 3%, 0%
HSV302.0°, 82.7%, 100.0%
LAB61.5, 92.6, -55.1
XYZ59.1, 29.8, 91.5
Decimal16723192
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.01:1
Text on #FFFFFF
AA Large
6.97:1
Text on #000000
AA
2.88:1
Text on #F8FAFC
FAIL
5.92:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF2CF8;
}
.text-color {
color: #FF2CF8;
}
.border-color {
border: 2px solid #FF2CF8;
}