#FF7CB6
A light, vivid magenta closely aligning with Hotpink.
About #FF7CB6
Visually, #FF7CB6 is defined as a vivid magenta. It is closely associated with the named CSS color Hotpink. This translates to an RGB value of rgb(255, 124, 182).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 51% magenta inks. 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. 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#FF7CB6
RGB255, 124, 182
HSL333.4°, 100.0%, 74.3%
CMYK0%, 51%, 29%, 0%
HSV333.4°, 51.4%, 100.0%
LAB68.8, 55.9, -6.9
XYZ56.9, 39.1, 48.8
Decimal16743606
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.38:1
Text on #FFFFFF
FAIL
8.81:1
Text on #000000
AAA
2.28:1
Text on #F8FAFC
FAIL
7.49:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF7CB6;
}
.text-color {
color: #FF7CB6;
}
.border-color {
border: 2px solid #FF7CB6;
}