#DB49B6
A medium, moderate magenta closely aligning with Orchid.
About #DB49B6
The hex code #DB49B6 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Orchid. This translates to an RGB value of rgb(219, 73, 182).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 67% M, 17% Y, and 14% K. With a hue angle of 315.2 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DB49B6
RGB219, 73, 182
HSL315.2°, 67.0%, 57.3%
CMYK0%, 67%, 17%, 14%
HSV315.2°, 66.7%, 85.9%
LAB55.3, 67.6, -27.8
XYZ40.0, 23.2, 46.6
Decimal14371254
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.72:1
Text on #FFFFFF
AA Large
5.64:1
Text on #000000
AA
3.56:1
Text on #F8FAFC
AA Large
4.80:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB49B6;
}
.text-color {
color: #DB49B6;
}
.border-color {
border: 2px solid #DB49B6;
}