#DB0FF8
A medium, vivid magenta closely aligning with Fuchsia.
About #DB0FF8
At its core, #DB0FF8 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Fuchsia. This translates to an RGB value of rgb(219, 15, 248).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 12% cyan, 94% magenta, 0% yellow, and 3% black. The HSL representation is 292.5° hue, 94.3% saturation, and 51.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DB0FF8
RGB219, 15, 248
HSL292.5°, 94.3%, 51.6%
CMYK12%, 94%, 0%, 3%
HSV292.5°, 94.0%, 97.3%
LAB54.2, 90.8, -67.1
XYZ46.3, 22.2, 90.6
Decimal14356472
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.86:1
Text on #FFFFFF
AA Large
5.44:1
Text on #000000
AA
3.69:1
Text on #F8FAFC
AA Large
4.62:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB0FF8;
}
.text-color {
color: #DB0FF8;
}
.border-color {
border: 2px solid #DB0FF8;
}