#F050D3
A light, vivid magenta closely aligning with Orchid.
About #F050D3
At its core, #F050D3 is a light and vivid hue. It is closely associated with the named CSS color Orchid. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 80, and 211.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 67% Magenta, 12% Yellow, and 6% Black. The HSL representation is 310.9° hue, 84.2% saturation, and 62.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#F050D3
RGB240, 80, 211
HSL310.9°, 84.2%, 62.7%
CMYK0%, 67%, 12%, 6%
HSV310.9°, 66.7%, 94.1%
LAB60.8, 74.3, -35.7
XYZ50.6, 29.0, 64.6
Decimal15749331
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.09:1
Text on #FFFFFF
AA Large
6.79:1
Text on #000000
AA
2.95:1
Text on #F8FAFC
FAIL
5.77:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F050D3;
}
.text-color {
color: #F050D3;
}
.border-color {
border: 2px solid #F050D3;
}