#DB07E9
A medium, vivid magenta closely aligning with Fuchsia.
About #DB07E9
At its core, #DB07E9 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Fuchsia. In the RGB color space, it consists of 219 red, 7 green, and 233 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 6% C, 97% M, 0% Y, and 9% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#DB07E9
RGB219, 7, 233
HSL296.3°, 94.2%, 47.1%
CMYK6%, 97%, 0%, 9%
HSV296.3°, 97.0%, 91.4%
LAB53.1, 89.1, -60.5
XYZ44.0, 21.1, 78.8
Decimal14354409
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.02:1
Text on #FFFFFF
AA Large
5.22:1
Text on #000000
AA
3.85:1
Text on #F8FAFC
AA Large
4.44:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB07E9;
}
.text-color {
color: #DB07E9;
}
.border-color {
border: 2px solid #DB07E9;
}