#F057DB
A light, vivid magenta closely aligning with Orchid.
About #F057DB
Visually, #F057DB is defined as a vivid magenta. 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 219.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 64% M, 9% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F057DB
RGB240, 87, 219
HSL308.2°, 83.6%, 64.1%
CMYK0%, 64%, 9%, 6%
HSV308.2°, 63.7%, 94.1%
LAB62.0, 72.9, -38.2
XYZ52.1, 30.5, 70.1
Decimal15751131
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.96:1
Text on #FFFFFF
FAIL
7.09:1
Text on #000000
AAA
2.83:1
Text on #F8FAFC
FAIL
6.03:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F057DB;
}
.text-color {
color: #F057DB;
}
.border-color {
border: 2px solid #F057DB;
}