#DB42FF
A light, vivid magenta closely aligning with Fuchsia.
About #DB42FF
Visually, #DB42FF is defined as a vivid magenta. Designers often compare it to the standard color Fuchsia. In the RGB color space, it consists of 219 red, 66 green, and 255 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 14% Cyan, 74% Magenta, 0% Yellow, and 0% Black. The HSL representation is 288.6° hue, 100.0% saturation, and 62.9% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DB42FF
RGB219, 66, 255
HSL288.6°, 100.0%, 62.9%
CMYK14%, 74%, 0%, 0%
HSV288.6°, 74.1%, 100.0%
LAB58.2, 81.6, -64.5
XYZ49.2, 26.2, 97.1
Decimal14369535
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.37:1
Text on #FFFFFF
AA Large
6.24:1
Text on #000000
AA
3.22:1
Text on #F8FAFC
AA Large
5.30:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB42FF;
}
.text-color {
color: #DB42FF;
}
.border-color {
border: 2px solid #DB42FF;
}