#D35FA0
A light, moderate magenta closely aligning with Hotpink.
About #D35FA0
At its core, #D35FA0 is a light and moderate hue. Its closest recognized web color is Hotpink. Its digital footprint relies on 211 parts red, 95 parts green, and 160 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 55% magenta, 24% yellow, and 17% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#D35FA0
RGB211, 95, 160
HSL326.4°, 56.9%, 60.0%
CMYK0%, 55%, 24%, 17%
HSV326.4°, 55.0%, 82.7%
LAB56.7, 52.9, -13.1
XYZ37.3, 24.6, 36.0
Decimal13852576
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.55:1
Text on #FFFFFF
AA Large
5.91:1
Text on #000000
AA
3.39:1
Text on #F8FAFC
AA Large
5.03:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D35FA0;
}
.text-color {
color: #D35FA0;
}
.border-color {
border: 2px solid #D35FA0;
}