#BD7C83
A light, moderate red closely aligning with Rosybrown.
About #BD7C83
At its core, #BD7C83 is a light and moderate hue. It is closely associated with the named CSS color Rosybrown. Its digital footprint relies on 189 parts red, 124 parts green, and 131 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 34% M, 31% Y, and 26% K. The HSL representation is 353.5° hue, 33.0% saturation, and 61.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BD7C83
RGB189, 124, 131
HSL353.5°, 33.0%, 61.4%
CMYK0%, 34%, 31%, 26%
HSV353.5°, 34.4%, 74.1%
LAB58.9, 26.2, 6.7
XYZ32.3, 26.9, 25.0
Decimal12418179
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.29:1
Text on #FFFFFF
AA Large
6.37:1
Text on #000000
AA
3.15:1
Text on #F8FAFC
AA Large
5.42:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD7C83;
}
.text-color {
color: #BD7C83;
}
.border-color {
border: 2px solid #BD7C83;
}