#DB2CDB
A medium, vivid magenta closely aligning with Fuchsia.
About #DB2CDB
At its core, #DB2CDB is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Fuchsia. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 44, and 219.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 80% magenta, 0% yellow, and 14% black. 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. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DB2CDB
RGB219, 44, 219
HSL300.0°, 70.9%, 51.6%
CMYK0%, 80%, 0%, 14%
HSV300.0°, 79.9%, 85.9%
LAB54.0, 81.8, -51.1
XYZ42.9, 22.0, 69.0
Decimal14363867
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.89:1
Text on #FFFFFF
AA Large
5.40:1
Text on #000000
AA
3.72:1
Text on #F8FAFC
AA Large
4.59:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB2CDB;
}
.text-color {
color: #DB2CDB;
}
.border-color {
border: 2px solid #DB2CDB;
}