#DB75D3
A light, moderate magenta closely aligning with Orchid.
About #DB75D3
The precise color #DB75D3 is an excellent choice for modern design projects. Its closest recognized web color is Orchid. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 117, and 211.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 47% magenta, 4% yellow, and 14% black. With a hue angle of 304.7 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#DB75D3
RGB219, 117, 211
HSL304.7°, 58.6%, 65.9%
CMYK0%, 47%, 4%, 14%
HSV304.7°, 46.6%, 85.9%
LAB63.7, 52.6, -31.3
XYZ47.3, 32.5, 65.4
Decimal14382547
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.80:1
Text on #FFFFFF
FAIL
7.50:1
Text on #000000
AAA
2.68:1
Text on #F8FAFC
FAIL
6.37:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB75D3;
}
.text-color {
color: #DB75D3;
}
.border-color {
border: 2px solid #DB75D3;
}