#F057E9
A light, vivid magenta closely aligning with Mediumorchid.
About #F057E9
Visually, #F057E9 is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Mediumorchid. Its digital footprint relies on 240 parts red, 87 parts green, and 233 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 64% M, 3% Y, and 6% K. With a hue angle of 302.7 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F057E9
RGB240, 87, 233
HSL302.7°, 83.6%, 64.1%
CMYK0%, 64%, 3%, 6%
HSV302.7°, 63.7%, 94.1%
LAB62.7, 75.0, -45.0
XYZ54.1, 31.2, 80.3
Decimal15751145
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.90:1
Text on #FFFFFF
FAIL
7.24:1
Text on #000000
AAA
2.77:1
Text on #F8FAFC
FAIL
6.16:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F057E9;
}
.text-color {
color: #F057E9;
}
.border-color {
border: 2px solid #F057E9;
}