#FF50E9
A light, vivid magenta closely aligning with Mediumorchid.
About #FF50E9
When working with digital screens, the color #FF50E9 is rendered by mixing light. It is closely associated with the named CSS color Mediumorchid. This translates to an RGB value of rgb(255, 80, 233).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 69% Magenta, 9% Yellow, and 0% Black. The HSL representation is 307.5° hue, 100.0% saturation, and 65.7% lightness.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FF50E9
RGB255, 80, 233
HSL307.5°, 100.0%, 65.7%
CMYK0%, 69%, 9%, 0%
HSV307.5°, 68.6%, 100.0%
LAB64.1, 81.0, -42.7
XYZ58.8, 32.9, 80.3
Decimal16732393
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.77:1
Text on #FFFFFF
FAIL
7.58:1
Text on #000000
AAA
2.65:1
Text on #F8FAFC
FAIL
6.44:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF50E9;
}
.text-color {
color: #FF50E9;
}
.border-color {
border: 2px solid #FF50E9;
}