#DB4950
A medium, moderate red closely aligning with Indianred.
About #DB4950
When working with digital screens, the color #DB4950 is rendered by mixing light. Its closest recognized web color is Indianred. This translates to an RGB value of rgb(219, 73, 80).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 67% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium 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#DB4950
RGB219, 73, 80
HSL357.1°, 67.0%, 57.3%
CMYK0%, 67%, 63%, 14%
HSV357.1°, 66.7%, 85.9%
LAB52.3, 57.2, 28.2
XYZ33.0, 20.4, 9.8
Decimal14371152
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.13:1
Text on #FFFFFF
AA Large
5.08:1
Text on #000000
AA
3.95:1
Text on #F8FAFC
AA Large
4.32:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB4950;
}
.text-color {
color: #DB4950;
}
.border-color {
border: 2px solid #DB4950;
}