#C53AA8
A medium, moderate magenta closely aligning with Mediumvioletred.
About #C53AA8
At its core, #C53AA8 is a medium and moderate hue. Designers often compare it to the standard color Mediumvioletred. In the RGB color space, it consists of 197 red, 58 green, and 168 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 71% magenta, 15% yellow, and 23% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#C53AA8
RGB197, 58, 168
HSL312.5°, 54.5%, 50.0%
CMYK0%, 71%, 15%, 23%
HSV312.5°, 70.6%, 77.3%
LAB49.2, 65.5, -29.5
XYZ31.6, 17.7, 38.8
Decimal12925608
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.62:1
Text on #FFFFFF
AA
4.54:1
Text on #000000
AA
4.42:1
Text on #F8FAFC
AA Large
3.86:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C53AA8;
}
.text-color {
color: #C53AA8;
}
.border-color {
border: 2px solid #C53AA8;
}