#DB5FA0
A light, moderate magenta closely aligning with Hotpink.
About #DB5FA0
At its core, #DB5FA0 is a light and moderate hue. If you're using CSS, you might find it aligns closely with Hotpink. This translates to an RGB value of rgb(219, 95, 160).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 57% magenta, 27% yellow, and 14% black. The HSL representation is 328.5° hue, 63.3% saturation, and 61.6% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DB5FA0
RGB219, 95, 160
HSL328.5°, 63.3%, 61.6%
CMYK0%, 57%, 27%, 14%
HSV328.5°, 56.6%, 85.9%
LAB57.8, 55.4, -11.2
XYZ39.7, 25.8, 36.1
Decimal14376864
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.41:1
Text on #FFFFFF
AA Large
6.16:1
Text on #000000
AA
3.26:1
Text on #F8FAFC
AA Large
5.23:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB5FA0;
}
.text-color {
color: #DB5FA0;
}
.border-color {
border: 2px solid #DB5FA0;
}