#DB07DB
A medium, vivid magenta closely aligning with Fuchsia.
About #DB07DB
Visually, #DB07DB is defined as a vivid magenta. It is closely associated with the named CSS color Fuchsia. This translates to an RGB value of rgb(219, 7, 219).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 97% magenta, 0% yellow, and 14% black. The HSL representation is 300.0° hue, 93.8% saturation, and 44.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DB07DB
RGB219, 7, 219
HSL300.0°, 93.8%, 44.3%
CMYK0%, 97%, 0%, 14%
HSV300.0°, 96.8%, 85.9%
LAB52.2, 87.1, -54.0
XYZ42.1, 20.3, 68.7
Decimal14354395
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.15:1
Text on #FFFFFF
AA Large
5.07:1
Text on #000000
AA
3.96:1
Text on #F8FAFC
AA Large
4.31:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB07DB;
}
.text-color {
color: #DB07DB;
}
.border-color {
border: 2px solid #DB07DB;
}