#DB0FFF
A medium, vivid magenta closely aligning with Fuchsia.
About #DB0FFF
Visually, #DB0FFF 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, 15 green, and 255 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 14% cyan, 94% magenta, 0% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#DB0FFF
RGB219, 15, 255
HSL291.0°, 100.0%, 52.9%
CMYK14%, 94%, 0%, 0%
HSV291.0°, 94.1%, 100.0%
LAB54.7, 91.9, -70.2
XYZ47.4, 22.6, 96.5
Decimal14356479
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.80:1
Text on #FFFFFF
AA Large
5.52:1
Text on #000000
AA
3.63:1
Text on #F8FAFC
AA Large
4.70:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB0FFF;
}
.text-color {
color: #DB0FFF;
}
.border-color {
border: 2px solid #DB0FFF;
}