#C549B6
A medium, moderate magenta closely aligning with Orchid.
About #C549B6
The hex code #C549B6 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Orchid. This translates to an RGB value of rgb(197, 73, 182).
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 63% magenta inks. The HSL representation is 307.3° hue, 51.7% saturation, and 52.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#C549B6
RGB197, 73, 182
HSL307.3°, 51.7%, 52.9%
CMYK0%, 63%, 8%, 23%
HSV307.3°, 62.9%, 77.3%
LAB51.9, 62.0, -33.4
XYZ33.9, 20.0, 46.3
Decimal12929462
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.20:1
Text on #FFFFFF
AA Large
5.00:1
Text on #000000
AA
4.01:1
Text on #F8FAFC
AA Large
4.25:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C549B6;
}
.text-color {
color: #C549B6;
}
.border-color {
border: 2px solid #C549B6;
}