#DB6DFF
A light, vivid magenta closely aligning with Mediumorchid.
About #DB6DFF
The hex code #DB6DFF represents a beautifully specific shade of magenta. Its closest recognized web color is Mediumorchid. This translates to an RGB value of rgb(219, 109, 255).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 14% Cyan, 57% Magenta, 0% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a light 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#DB6DFF
RGB219, 109, 255
HSL285.2°, 100.0%, 71.4%
CMYK14%, 57%, 0%, 0%
HSV285.2°, 57.3%, 100.0%
LAB64.3, 64.6, -54.7
XYZ52.7, 33.2, 98.2
Decimal14380543
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.75:1
Text on #FFFFFF
FAIL
7.64:1
Text on #000000
AAA
2.63:1
Text on #F8FAFC
FAIL
6.50:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB6DFF;
}
.text-color {
color: #DB6DFF;
}
.border-color {
border: 2px solid #DB6DFF;
}