#D300AF
A medium, vivid magenta closely aligning with Mediumvioletred.
About #D300AF
When working with digital screens, the color #D300AF is rendered by mixing light. If you're using CSS, you might find it aligns closely with Mediumvioletred. Its digital footprint relies on 211 parts red, 0 parts green, and 175 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 100% M, 17% Y, and 17% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D300AF
RGB211, 0, 175
HSL310.2°, 100.0%, 41.4%
CMYK0%, 100%, 17%, 17%
HSV310.2°, 100.0%, 82.7%
LAB48.2, 80.3, -34.9
XYZ34.6, 16.9, 42.0
Decimal13828271
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.78:1
Text on #FFFFFF
AA
4.39:1
Text on #000000
AA Large
4.57:1
Text on #F8FAFC
AA
3.73:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D300AF;
}
.text-color {
color: #D300AF;
}
.border-color {
border: 2px solid #D300AF;
}