#DB3AE9
A medium, vivid magenta closely aligning with Fuchsia.
About #DB3AE9
The hex code #DB3AE9 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Fuchsia. Its digital footprint relies on 219 parts red, 58 parts green, and 233 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 6% cyan, 75% magenta, 0% yellow, and 9% black. The HSL representation is 295.2° hue, 79.9% saturation, and 57.1% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DB3AE9
RGB219, 58, 233
HSL295.2°, 79.9%, 57.1%
CMYK6%, 75%, 0%, 9%
HSV295.2°, 75.1%, 91.4%
LAB56.1, 80.4, -55.7
XYZ45.4, 24.0, 79.3
Decimal14367465
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.62:1
Text on #FFFFFF
AA Large
5.79:1
Text on #000000
AA
3.46:1
Text on #F8FAFC
AA Large
4.93:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB3AE9;
}
.text-color {
color: #DB3AE9;
}
.border-color {
border: 2px solid #DB3AE9;
}