#FF42AF
A light, vivid magenta closely aligning with Deeppink.
About #FF42AF
The hex code #FF42AF represents a beautifully specific shade of magenta. Designers often compare it to the standard color Deeppink. Its digital footprint relies on 255 parts red, 66 parts green, and 175 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 74% magenta inks. The HSL representation is 325.4° hue, 100.0% saturation, and 62.9% lightness.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF42AF
RGB255, 66, 175
HSL325.4°, 100.0%, 62.9%
CMYK0%, 74%, 31%, 0%
HSV325.4°, 74.1%, 100.0%
LAB60.1, 78.0, -15.9
XYZ50.9, 28.3, 43.3
Decimal16728751
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.16:1
Text on #FFFFFF
AA Large
6.65:1
Text on #000000
AA
3.02:1
Text on #F8FAFC
AA Large
5.65:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF42AF;
}
.text-color {
color: #FF42AF;
}
.border-color {
border: 2px solid #FF42AF;
}