#DB5F6D
A light, moderate red closely aligning with Indianred.
About #DB5F6D
When working with digital screens, the color #DB5F6D is rendered by mixing light. Designers often compare it to the standard color Indianred. In the RGB color space, it consists of 219 red, 95 green, and 109 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 57% Magenta, 50% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#DB5F6D
RGB219, 95, 109
HSL353.2°, 63.3%, 61.6%
CMYK0%, 57%, 50%, 14%
HSV353.2°, 56.6%, 85.9%
LAB56.4, 49.8, 16.6
XYZ36.1, 24.3, 17.3
Decimal14376813
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.58:1
Text on #FFFFFF
AA Large
5.87:1
Text on #000000
AA
3.42:1
Text on #F8FAFC
AA Large
4.99:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB5F6D;
}
.text-color {
color: #DB5F6D;
}
.border-color {
border: 2px solid #DB5F6D;
}