#DB425F
A medium, moderate red closely aligning with Indianred.
About #DB425F
When working with digital screens, the color #DB425F is rendered by mixing light. Its closest recognized web color is Indianred. This translates to an RGB value of rgb(219, 66, 95).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 70% Magenta, 57% Yellow, and 14% Black. 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. 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#DB425F
RGB219, 66, 95
HSL348.6°, 68.0%, 55.9%
CMYK0%, 70%, 57%, 14%
HSV348.6°, 69.9%, 85.9%
LAB51.6, 60.9, 18.3
XYZ33.2, 19.8, 12.9
Decimal14369375
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.24:1
Text on #FFFFFF
AA Large
4.96:1
Text on #000000
AA
4.05:1
Text on #F8FAFC
AA Large
4.21:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB425F;
}
.text-color {
color: #DB425F;
}
.border-color {
border: 2px solid #DB425F;
}