#BD6D75
A medium, moderate red closely aligning with Palevioletred.
About #BD6D75
At its core, #BD6D75 is a medium and moderate hue. It is closely associated with the named CSS color Palevioletred. This translates to an RGB value of rgb(189, 109, 117).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 42% Magenta, 38% Yellow, and 26% Black. The HSL representation is 354.0° hue, 37.7% saturation, and 58.4% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#BD6D75
RGB189, 109, 117
HSL354.0°, 37.7%, 58.4%
CMYK0%, 42%, 38%, 26%
HSV354.0°, 42.3%, 74.1%
LAB55.1, 32.6, 9.5
XYZ29.7, 23.0, 19.7
Decimal12414325
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.74:1
Text on #FFFFFF
AA Large
5.61:1
Text on #000000
AA
3.58:1
Text on #F8FAFC
AA Large
4.77:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD6D75;
}
.text-color {
color: #BD6D75;
}
.border-color {
border: 2px solid #BD6D75;
}