#FF57D3
A light, vivid magenta closely aligning with Orchid.
About #FF57D3
When working with digital screens, the color #FF57D3 is rendered by mixing light. Designers often compare it to the standard color Orchid. In the RGB color space, it consists of 255 red, 87 green, and 211 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 66% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF57D3
RGB255, 87, 211
HSL315.7°, 100.0%, 67.1%
CMYK0%, 66%, 17%, 0%
HSV315.7°, 65.9%, 100.0%
LAB64.0, 75.4, -30.5
XYZ56.4, 32.8, 65.0
Decimal16734163
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.78:1
Text on #FFFFFF
FAIL
7.56:1
Text on #000000
AAA
2.66:1
Text on #F8FAFC
FAIL
6.42:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF57D3;
}
.text-color {
color: #FF57D3;
}
.border-color {
border: 2px solid #FF57D3;
}