#DB50DB
A medium, moderate magenta closely aligning with Mediumorchid.
About #DB50DB
Visually, #DB50DB is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Mediumorchid. In the RGB color space, it consists of 219 red, 80 green, and 219 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 63% M, 0% Y, and 14% K. The HSL representation is 300.0° hue, 65.9% saturation, and 58.6% lightness.
When using this color as a background, text legibility must be considered. 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#DB50DB
RGB219, 80, 219
HSL300.0°, 65.9%, 58.6%
CMYK0%, 63%, 0%, 14%
HSV300.0°, 63.5%, 85.9%
LAB58.0, 70.6, -44.8
XYZ44.9, 25.9, 69.7
Decimal14373083
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.40:1
Text on #FFFFFF
AA Large
6.18:1
Text on #000000
AA
3.25:1
Text on #F8FAFC
AA Large
5.26:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB50DB;
}
.text-color {
color: #DB50DB;
}
.border-color {
border: 2px solid #DB50DB;
}