#DB07E2
A medium, vivid magenta closely aligning with Fuchsia.
About #DB07E2
When working with digital screens, the color #DB07E2 is rendered by mixing light. Its closest recognized web color is Fuchsia. In the RGB color space, it consists of 219 red, 7 green, and 226 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 3% cyan, 97% magenta, 0% yellow, and 11% black. The HSL representation is 298.1° hue, 94.0% saturation, and 45.7% lightness.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DB07E2
RGB219, 7, 226
HSL298.1°, 94.0%, 45.7%
CMYK3%, 97%, 0%, 11%
HSV298.1°, 96.9%, 88.6%
LAB52.6, 88.1, -57.3
XYZ43.0, 20.7, 73.7
Decimal14354402
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.09:1
Text on #FFFFFF
AA Large
5.14:1
Text on #000000
AA
3.90:1
Text on #F8FAFC
AA Large
4.37:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB07E2;
}
.text-color {
color: #DB07E2;
}
.border-color {
border: 2px solid #DB07E2;
}