#DB33E9
A medium, vivid magenta closely aligning with Fuchsia.
About #DB33E9
The precise color #DB33E9 is an excellent choice for modern design projects. Designers often compare it to the standard color Fuchsia. In the RGB color space, it consists of 219 red, 51 green, and 233 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 6% cyan, 78% magenta, 0% yellow, and 9% black. The HSL representation is 295.4° hue, 80.5% saturation, and 55.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#DB33E9
RGB219, 51, 233
HSL295.4°, 80.5%, 55.7%
CMYK6%, 78%, 0%, 9%
HSV295.4°, 78.1%, 91.4%
LAB55.4, 82.3, -56.8
XYZ45.1, 23.3, 79.2
Decimal14365673
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.71:1
Text on #FFFFFF
AA Large
5.66:1
Text on #000000
AA
3.54:1
Text on #F8FAFC
AA Large
4.81:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB33E9;
}
.text-color {
color: #DB33E9;
}
.border-color {
border: 2px solid #DB33E9;
}