#DB3AFF
A light, vivid magenta closely aligning with Fuchsia.
About #DB3AFF
At its core, #DB3AFF is a light and vivid hue. Its closest recognized web color is Fuchsia. Its digital footprint relies on 219 parts red, 58 parts green, and 255 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 14% C, 77% M, 0% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DB3AFF
RGB219, 58, 255
HSL289.0°, 100.0%, 61.4%
CMYK14%, 77%, 0%, 0%
HSV289.0°, 77.3%, 100.0%
LAB57.4, 84.0, -65.9
XYZ48.8, 25.3, 96.9
Decimal14367487
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.46:1
Text on #FFFFFF
AA Large
6.06:1
Text on #000000
AA
3.31:1
Text on #F8FAFC
AA Large
5.15:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB3AFF;
}
.text-color {
color: #DB3AFF;
}
.border-color {
border: 2px solid #DB3AFF;
}