#DB4257
A medium, moderate red closely aligning with Indianred.
About #DB4257
When working with digital screens, the color #DB4257 is rendered by mixing light. It is closely associated with the named CSS color Indianred. This translates to an RGB value of rgb(219, 66, 87).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 70% magenta, 60% yellow, and 14% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DB4257
RGB219, 66, 87
HSL351.8°, 68.0%, 55.9%
CMYK0%, 70%, 60%, 14%
HSV351.8°, 69.9%, 85.9%
LAB51.4, 60.3, 22.9
XYZ32.9, 19.6, 11.1
Decimal14369367
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.26:1
Text on #FFFFFF
AA Large
4.93:1
Text on #000000
AA
4.07:1
Text on #F8FAFC
AA Large
4.19:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB4257;
}
.text-color {
color: #DB4257;
}
.border-color {
border: 2px solid #DB4257;
}