#CA6AE1
A light, moderate magenta closely aligning with Mediumorchid.
About #CA6AE1
Visually, #CA6AE1 is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Mediumorchid. This translates to an RGB value of rgb(202, 106, 225).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 10% Cyan, 53% Magenta, 0% Yellow, and 12% Black. 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#CA6AE1
RGB202, 106, 225
HSL288.4°, 66.5%, 64.9%
CMYK10%, 53%, 0%, 12%
HSV288.4°, 52.9%, 88.2%
LAB60.2, 55.9, -44.9
XYZ43.1, 28.3, 74.4
Decimal13265633
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.15:1
Text on #FFFFFF
AA Large
6.66:1
Text on #000000
AA
3.01:1
Text on #F8FAFC
AA Large
5.66:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CA6AE1;
}
.text-color {
color: #CA6AE1;
}
.border-color {
border: 2px solid #CA6AE1;
}