#DB5FD3
A light, moderate magenta closely aligning with Orchid.
About #DB5FD3
At its core, #DB5FD3 is a light and moderate hue. If you're using CSS, you might find it aligns closely with Orchid. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 95, 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, 57% magenta, 4% yellow, and 14% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DB5FD3
RGB219, 95, 211
HSL303.9°, 63.3%, 61.6%
CMYK0%, 57%, 4%, 14%
HSV303.9°, 56.6%, 85.9%
LAB59.8, 63.0, -37.3
XYZ45.1, 27.9, 64.6
Decimal14376915
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.19:1
Text on #FFFFFF
AA Large
6.59:1
Text on #000000
AA
3.05:1
Text on #F8FAFC
AA Large
5.60:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB5FD3;
}
.text-color {
color: #DB5FD3;
}
.border-color {
border: 2px solid #DB5FD3;
}