#F057D3
A light, vivid magenta closely aligning with Orchid.
About #F057D3
At its core, #F057D3 is a light and vivid hue. Its closest recognized web color is Orchid. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 87, and 211.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 64% Magenta, 12% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F057D3
RGB240, 87, 211
HSL311.4°, 83.6%, 64.1%
CMYK0%, 64%, 12%, 6%
HSV311.4°, 63.7%, 94.1%
LAB61.7, 71.7, -34.2
XYZ51.1, 30.0, 64.7
Decimal15751123
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.00:1
Text on #FFFFFF
FAIL
7.01:1
Text on #000000
AAA
2.86:1
Text on #F8FAFC
FAIL
5.96:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F057D3;
}
.text-color {
color: #F057D3;
}
.border-color {
border: 2px solid #F057D3;
}