#FF57F0
A light, vivid magenta closely aligning with Mediumorchid.
About #FF57F0
The precise color #FF57F0 is an excellent choice for modern design projects. It is closely associated with the named CSS color Mediumorchid. This translates to an RGB value of rgb(255, 87, 240).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 66% Magenta, 6% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF57F0
RGB255, 87, 240
HSL305.4°, 100.0%, 67.1%
CMYK0%, 66%, 6%, 0%
HSV305.4°, 65.9%, 100.0%
LAB65.3, 79.6, -44.7
XYZ60.4, 34.4, 85.9
Decimal16734192
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.67:1
Text on #FFFFFF
FAIL
7.87:1
Text on #000000
AAA
2.55:1
Text on #F8FAFC
FAIL
6.69:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF57F0;
}
.text-color {
color: #FF57F0;
}
.border-color {
border: 2px solid #FF57F0;
}