#FF1DFF
A medium, vivid magenta closely aligning with Fuchsia.
About #FF1DFF
The hex code #FF1DFF represents a beautifully specific shade of magenta. Designers often compare it to the standard color Fuchsia. Its digital footprint relies on 255 parts red, 29 parts green, and 255 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 89% M, 0% Y, and 0% K. 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF1DFF
RGB255, 29, 255
HSL300.0°, 100.0%, 55.7%
CMYK0%, 89%, 0%, 0%
HSV300.0°, 88.6%, 100.0%
LAB61.1, 96.0, -59.6
XYZ59.7, 29.4, 97.1
Decimal16719359
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.06:1
Text on #FFFFFF
AA Large
6.87:1
Text on #000000
AA
2.92:1
Text on #F8FAFC
FAIL
5.84:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF1DFF;
}
.text-color {
color: #FF1DFF;
}
.border-color {
border: 2px solid #FF1DFF;
}