#DB3AF0
A medium, vivid magenta closely aligning with Fuchsia.
About #DB3AF0
Visually, #DB3AF0 is defined as a vivid magenta. It is closely associated with the named CSS color Fuchsia. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 58, and 240.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 9% cyan, 76% magenta, 0% yellow, and 6% black. 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. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DB3AF0
RGB219, 58, 240
HSL293.1°, 85.8%, 58.4%
CMYK9%, 76%, 0%, 6%
HSV293.1°, 75.8%, 94.1%
LAB56.5, 81.5, -59.0
XYZ46.5, 24.4, 84.7
Decimal14367472
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.57:1
Text on #FFFFFF
AA Large
5.88:1
Text on #000000
AA
3.42:1
Text on #F8FAFC
AA Large
4.99:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB3AF0;
}
.text-color {
color: #DB3AF0;
}
.border-color {
border: 2px solid #DB3AF0;
}