#DB42E2
A medium, vivid magenta closely aligning with Mediumorchid.
About #DB42E2
Visually, #DB42E2 is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Mediumorchid. In the RGB color space, it consists of 219 red, 66 green, and 226 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 3% C, 71% M, 0% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DB42E2
RGB219, 66, 226
HSL297.4°, 73.4%, 57.3%
CMYK3%, 71%, 0%, 11%
HSV297.4°, 70.8%, 88.6%
LAB56.5, 76.7, -51.0
XYZ44.9, 24.4, 74.3
Decimal14369506
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.57:1
Text on #FFFFFF
AA Large
5.89:1
Text on #000000
AA
3.41:1
Text on #F8FAFC
AA Large
5.01:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB42E2;
}
.text-color {
color: #DB42E2;
}
.border-color {
border: 2px solid #DB42E2;
}