#DB07C5
A medium, vivid magenta closely aligning with Fuchsia.
About #DB07C5
Visually, #DB07C5 is defined as a vivid magenta. It is closely associated with the named CSS color Fuchsia. In the RGB color space, it consists of 219 red, 7 green, and 197 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 97% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DB07C5
RGB219, 7, 197
HSL306.2°, 93.8%, 44.3%
CMYK0%, 97%, 10%, 14%
HSV306.2°, 96.8%, 85.9%
LAB51.0, 84.0, -43.3
XYZ39.4, 19.2, 54.5
Decimal14354373
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.33:1
Text on #FFFFFF
AA Large
4.85:1
Text on #000000
AA
4.14:1
Text on #F8FAFC
AA Large
4.12:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB07C5;
}
.text-color {
color: #DB07C5;
}
.border-color {
border: 2px solid #DB07C5;
}