#DB3AC5
A medium, moderate magenta closely aligning with Mediumorchid.
About #DB3AC5
At its core, #DB3AC5 is a medium and moderate hue. Designers often compare it to the standard color Mediumorchid. In the RGB color space, it consists of 219 red, 58 green, and 197 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 74% M, 10% Y, and 14% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DB3AC5
RGB219, 58, 197
HSL308.2°, 69.1%, 54.3%
CMYK0%, 74%, 10%, 14%
HSV308.2°, 73.5%, 85.9%
LAB54.2, 74.8, -38.3
XYZ40.8, 22.1, 54.9
Decimal14367429
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.87:1
Text on #FFFFFF
AA Large
5.42:1
Text on #000000
AA
3.70:1
Text on #F8FAFC
AA Large
4.61:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB3AC5;
}
.text-color {
color: #DB3AC5;
}
.border-color {
border: 2px solid #DB3AC5;
}