#FF7CC5
A light, vivid magenta closely aligning with Hotpink.
About #FF7CC5
The hex code #FF7CC5 represents a beautifully specific shade of magenta. Its closest recognized web color is Hotpink. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 124, and 197.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 51% Magenta, 23% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FF7CC5
RGB255, 124, 197
HSL326.6°, 100.0%, 74.3%
CMYK0%, 51%, 23%, 0%
HSV326.6°, 51.4%, 100.0%
LAB69.3, 57.9, -14.6
XYZ58.5, 39.7, 57.4
Decimal16743621
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.35:1
Text on #FFFFFF
FAIL
8.94:1
Text on #000000
AAA
2.24:1
Text on #F8FAFC
FAIL
7.60:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF7CC5;
}
.text-color {
color: #FF7CC5;
}
.border-color {
border: 2px solid #FF7CC5;
}