#D349DB
A medium, moderate magenta closely aligning with Mediumorchid.
About #D349DB
At its core, #D349DB is a medium and moderate hue. It is closely associated with the named CSS color Mediumorchid. This translates to an RGB value of rgb(211, 73, 219).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 4% cyan and 67% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D349DB
RGB211, 73, 219
HSL296.7°, 67.0%, 57.3%
CMYK4%, 67%, 0%, 14%
HSV296.7°, 66.7%, 85.9%
LAB55.8, 71.4, -48.3
XYZ42.0, 23.7, 69.4
Decimal13847003
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.65:1
Text on #FFFFFF
AA Large
5.75:1
Text on #000000
AA
3.49:1
Text on #F8FAFC
AA Large
4.88:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D349DB;
}
.text-color {
color: #D349DB;
}
.border-color {
border: 2px solid #D349DB;
}