#FF50BD
A light, vivid magenta closely aligning with Hotpink.
About #FF50BD
At its core, #FF50BD is a light and vivid hue. Its closest recognized web color is Hotpink. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 80, and 189.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 69% magenta, 26% yellow, and 0% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#FF50BD
RGB255, 80, 189
HSL322.6°, 100.0%, 65.7%
CMYK0%, 69%, 26%, 0%
HSV322.6°, 68.6%, 100.0%
LAB62.2, 75.1, -20.7
XYZ53.3, 30.7, 51.3
Decimal16732349
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.94:1
Text on #FFFFFF
FAIL
7.13:1
Text on #000000
AAA
2.81:1
Text on #F8FAFC
FAIL
6.07:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF50BD;
}
.text-color {
color: #FF50BD;
}
.border-color {
border: 2px solid #FF50BD;
}