#D300A8
A medium, vivid magenta closely aligning with Mediumvioletred.
About #D300A8
At its core, #D300A8 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Mediumvioletred. This translates to an RGB value of rgb(211, 0, 168).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 100% magenta, 20% yellow, and 17% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF 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#D300A8
RGB211, 0, 168
HSL312.2°, 100.0%, 41.4%
CMYK0%, 100%, 20%, 17%
HSV312.2°, 100.0%, 82.7%
LAB47.8, 79.5, -31.3
XYZ33.9, 16.7, 38.5
Decimal13828264
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.84:1
Text on #FFFFFF
AA
4.34:1
Text on #000000
AA Large
4.63:1
Text on #F8FAFC
AA
3.69:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D300A8;
}
.text-color {
color: #D300A8;
}
.border-color {
border: 2px solid #D300A8;
}