#DB07CC
A medium, vivid magenta closely aligning with Fuchsia.
About #DB07CC
Visually, #DB07CC 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, 7 green, and 204 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 97% M, 7% Y, and 14% K. With a hue angle of 304.2 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. 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#DB07CC
RGB219, 7, 204
HSL304.2°, 93.8%, 44.3%
CMYK0%, 97%, 7%, 14%
HSV304.2°, 96.8%, 85.9%
LAB51.3, 85.0, -46.7
XYZ40.2, 19.6, 58.8
Decimal14354380
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.27:1
Text on #FFFFFF
AA Large
4.91:1
Text on #000000
AA
4.08:1
Text on #F8FAFC
AA Large
4.18:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB07CC;
}
.text-color {
color: #DB07CC;
}
.border-color {
border: 2px solid #DB07CC;
}