#C549BD
A medium, moderate magenta closely aligning with Mediumorchid.
About #C549BD
When working with digital screens, the color #C549BD is rendered by mixing light. It is closely associated with the named CSS color Mediumorchid. In the RGB color space, it consists of 197 red, 73 green, and 189 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 63% Magenta, 4% Yellow, and 23% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#C549BD
RGB197, 73, 189
HSL303.9°, 51.7%, 52.9%
CMYK0%, 63%, 4%, 23%
HSV303.9°, 62.9%, 77.3%
LAB52.2, 63.1, -37.0
XYZ34.6, 20.3, 50.2
Decimal12929469
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.15:1
Text on #FFFFFF
AA Large
5.06:1
Text on #000000
AA
3.97:1
Text on #F8FAFC
AA Large
4.30:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C549BD;
}
.text-color {
color: #C549BD;
}
.border-color {
border: 2px solid #C549BD;
}