#D30FDB
A medium, vivid magenta closely aligning with Fuchsia.
About #D30FDB
Visually, #D30FDB is defined as a vivid magenta. Its closest recognized web color is Fuchsia. In the RGB color space, it consists of 211 red, 15 green, and 219 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 4% Cyan, 93% Magenta, 0% Yellow, and 14% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#D30FDB
RGB211, 15, 219
HSL297.6°, 87.2%, 45.9%
CMYK4%, 93%, 0%, 14%
HSV297.6°, 93.2%, 85.9%
LAB51.0, 85.2, -55.9
XYZ39.8, 19.3, 68.6
Decimal13832155
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.32:1
Text on #FFFFFF
AA Large
4.86:1
Text on #000000
AA
4.13:1
Text on #F8FAFC
AA Large
4.13:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D30FDB;
}
.text-color {
color: #D30FDB;
}
.border-color {
border: 2px solid #D30FDB;
}