#FF49D3
A light, vivid magenta closely aligning with Orchid.
About #FF49D3
The precise color #FF49D3 is an excellent choice for modern design projects. It is closely associated with the named CSS color Orchid. This translates to an RGB value of rgb(255, 73, 211).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 71% M, 17% Y, and 0% K. The HSL representation is 314.5° hue, 100.0% saturation, and 64.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF49D3
RGB255, 73, 211
HSL314.5°, 100.0%, 64.3%
CMYK0%, 71%, 17%, 0%
HSV314.5°, 71.4%, 100.0%
LAB62.3, 80.2, -33.1
XYZ55.4, 30.7, 64.6
Decimal16730579
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.94:1
Text on #FFFFFF
FAIL
7.15:1
Text on #000000
AAA
2.81:1
Text on #F8FAFC
FAIL
6.07:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF49D3;
}
.text-color {
color: #FF49D3;
}
.border-color {
border: 2px solid #FF49D3;
}