#DB07FF
A medium, vivid magenta closely aligning with Fuchsia.
About #DB07FF
Visually, #DB07FF is defined as a vivid magenta. Designers often compare it to the standard color Fuchsia. This translates to an RGB value of rgb(219, 7, 255).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 14% cyan, 97% magenta, 0% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DB07FF
RGB219, 7, 255
HSL291.3°, 100.0%, 51.4%
CMYK14%, 97%, 0%, 0%
HSV291.3°, 97.3%, 100.0%
LAB54.5, 92.5, -70.6
XYZ47.3, 22.4, 96.4
Decimal14354431
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.83:1
Text on #FFFFFF
AA Large
5.49:1
Text on #000000
AA
3.66:1
Text on #F8FAFC
AA Large
4.66:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB07FF;
}
.text-color {
color: #DB07FF;
}
.border-color {
border: 2px solid #DB07FF;
}