#F057E2
A light, vivid magenta closely aligning with Mediumorchid.
About #F057E2
Visually, #F057E2 is defined as a vivid magenta. Its closest recognized web color is Mediumorchid. In the RGB color space, it consists of 240 red, 87 green, and 226 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 64% Magenta, 6% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F057E2
RGB240, 87, 226
HSL305.5°, 83.6%, 64.1%
CMYK0%, 64%, 6%, 6%
HSV305.5°, 63.7%, 94.1%
LAB62.4, 73.9, -41.6
XYZ53.1, 30.8, 75.1
Decimal15751138
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.93:1
Text on #FFFFFF
FAIL
7.17:1
Text on #000000
AAA
2.80:1
Text on #F8FAFC
FAIL
6.09:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F057E2;
}
.text-color {
color: #F057E2;
}
.border-color {
border: 2px solid #F057E2;
}