#DB57DB
A light, moderate magenta closely aligning with Mediumorchid.
About #DB57DB
The precise color #DB57DB is an excellent choice for modern design projects. Designers often compare it to the standard color Mediumorchid. This translates to an RGB value of rgb(219, 87, 219).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 60% Magenta, 0% Yellow, and 14% Black. With a hue angle of 300.0 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DB57DB
RGB219, 87, 219
HSL300.0°, 64.7%, 60.0%
CMYK0%, 60%, 0%, 14%
HSV300.0°, 60.3%, 85.9%
LAB59.0, 67.7, -43.2
XYZ45.4, 27.0, 69.8
Decimal14374875
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.28:1
Text on #FFFFFF
AA Large
6.40:1
Text on #000000
AA
3.14:1
Text on #F8FAFC
AA Large
5.44:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB57DB;
}
.text-color {
color: #DB57DB;
}
.border-color {
border: 2px solid #DB57DB;
}