#FF7CAF
A light, vivid magenta closely aligning with Hotpink.
About #FF7CAF
The precise color #FF7CAF is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Hotpink. This translates to an RGB value of rgb(255, 124, 175).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 51% magenta, 31% yellow, and 0% black. With a hue angle of 336.6 degrees, it sits comfortably in the magenta spectrum.
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#FF7CAF
RGB255, 124, 175
HSL336.6°, 100.0%, 74.3%
CMYK0%, 51%, 31%, 0%
HSV336.6°, 51.4%, 100.0%
LAB68.6, 55.0, -3.2
XYZ56.2, 38.8, 45.1
Decimal16743599
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.40:1
Text on #FFFFFF
FAIL
8.75:1
Text on #000000
AAA
2.29:1
Text on #F8FAFC
FAIL
7.44:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF7CAF;
}
.text-color {
color: #FF7CAF;
}
.border-color {
border: 2px solid #FF7CAF;
}