#FF49BD
A light, vivid magenta closely aligning with Hotpink.
About #FF49BD
The precise color #FF49BD is an excellent choice for modern design projects. Its closest recognized web color is Hotpink. In the RGB color space, it consists of 255 red, 73 green, and 189 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 71% magenta, 26% 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. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF49BD
RGB255, 73, 189
HSL321.8°, 100.0%, 64.3%
CMYK0%, 71%, 26%, 0%
HSV321.8°, 71.4%, 100.0%
LAB61.4, 77.5, -22.0
XYZ52.8, 29.7, 51.1
Decimal16730557
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.03:1
Text on #FFFFFF
AA Large
6.94:1
Text on #000000
AA
2.89:1
Text on #F8FAFC
FAIL
5.90:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF49BD;
}
.text-color {
color: #FF49BD;
}
.border-color {
border: 2px solid #FF49BD;
}