#DB6D57
A light, moderate red closely aligning with Salmon.
About #DB6D57
Visually, #DB6D57 is defined as a moderate red. Its closest recognized web color is Salmon. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 109, and 87.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 50% M, 60% Y, and 14% K. The HSL representation is 10.0° hue, 64.7% saturation, and 60.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DB6D57
RGB219, 109, 87
HSL10.0°, 64.7%, 60.0%
CMYK0%, 50%, 60%, 14%
HSV10.0°, 60.3%, 85.9%
LAB58.7, 41.2, 32.2
XYZ36.4, 26.7, 12.2
Decimal14380375
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.31:1
Text on #FFFFFF
AA Large
6.34:1
Text on #000000
AA
3.17:1
Text on #F8FAFC
AA Large
5.39:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB6D57;
}
.text-color {
color: #DB6D57;
}
.border-color {
border: 2px solid #DB6D57;
}