#C549D3
A medium, moderate magenta closely aligning with Mediumorchid.
About #C549D3
Visually, #C549D3 is defined as a moderate magenta. Its closest recognized web color is Mediumorchid. In the RGB color space, it consists of 197 red, 73 green, and 211 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 7% C, 65% M, 0% Y, and 17% K. 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#C549D3
RGB197, 73, 211
HSL293.9°, 61.1%, 55.7%
CMYK7%, 65%, 0%, 17%
HSV293.9°, 65.4%, 82.7%
LAB53.3, 66.8, -47.8
XYZ37.2, 21.3, 63.8
Decimal12929491
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.99:1
Text on #FFFFFF
AA Large
5.27:1
Text on #000000
AA
3.81:1
Text on #F8FAFC
AA Large
4.48:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C549D3;
}
.text-color {
color: #C549D3;
}
.border-color {
border: 2px solid #C549D3;
}