#DB5FBD
A light, moderate magenta closely aligning with Orchid.
About #DB5FBD
Visually, #DB5FBD is defined as a moderate magenta. Designers often compare it to the standard color Orchid. In the RGB color space, it consists of 219 red, 95 green, and 189 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 57% M, 14% Y, and 14% K. With a hue angle of 314.5 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DB5FBD
RGB219, 95, 189
HSL314.5°, 63.3%, 61.6%
CMYK0%, 57%, 14%, 14%
HSV314.5°, 56.6%, 85.9%
LAB58.9, 59.5, -26.3
XYZ42.5, 26.9, 51.1
Decimal14376893
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.29:1
Text on #FFFFFF
AA Large
6.38:1
Text on #000000
AA
3.14:1
Text on #F8FAFC
AA Large
5.43:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB5FBD;
}
.text-color {
color: #DB5FBD;
}
.border-color {
border: 2px solid #DB5FBD;
}