#F057CC
A light, vivid magenta closely aligning with Orchid.
About #F057CC
At its core, #F057CC 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 204.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 64% magenta, 15% 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. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F057CC
RGB240, 87, 204
HSL314.1°, 83.6%, 64.1%
CMYK0%, 64%, 15%, 6%
HSV314.1°, 63.7%, 94.1%
LAB61.4, 70.7, -30.7
XYZ50.2, 29.7, 60.2
Decimal15751116
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.03:1
Text on #FFFFFF
AA Large
6.94:1
Text on #000000
AA
2.89:1
Text on #F8FAFC
FAIL
5.90:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F057CC;
}
.text-color {
color: #F057CC;
}
.border-color {
border: 2px solid #F057CC;
}