#C53ADB
A medium, moderate magenta closely aligning with Darkorchid.
About #C53ADB
Visually, #C53ADB is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Darkorchid. This translates to an RGB value of rgb(197, 58, 219).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 10% cyan and 74% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#C53ADB
RGB197, 58, 219
HSL291.8°, 69.1%, 54.3%
CMYK10%, 74%, 0%, 14%
HSV291.8°, 73.5%, 85.9%
LAB51.8, 73.7, -54.7
XYZ37.3, 20.0, 68.9
Decimal12925659
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: #C53ADB;
}
.text-color {
color: #C53ADB;
}
.border-color {
border: 2px solid #C53ADB;
}