#DB66BD
A light, moderate magenta closely aligning with Orchid.
About #DB66BD
Visually, #DB66BD is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Orchid. In the RGB color space, it consists of 219 red, 102 green, and 189 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 53% M, 14% Y, and 14% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DB66BD
RGB219, 102, 189
HSL315.4°, 61.9%, 62.9%
CMYK0%, 53%, 14%, 14%
HSV315.4°, 53.4%, 85.9%
LAB60.1, 56.3, -24.4
XYZ43.2, 28.2, 51.3
Decimal14378685
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.16:1
Text on #FFFFFF
AA Large
6.65:1
Text on #000000
AA
3.02:1
Text on #F8FAFC
AA Large
5.65:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB66BD;
}
.text-color {
color: #DB66BD;
}
.border-color {
border: 2px solid #DB66BD;
}